@sodazone/ocelloids-client - v3.0.0
    Preparing search index...

    Interface OcelloidsClientApi

    General client API.

    interface OcelloidsClientApi {
        health(options?: RequestOptions): Promise<HealthResponse>;
        networks(options?: RequestOptions): Promise<Record<string, string[]>>;
    }

    Implemented by

    Index

    Methods