OpenCloudClient

declare class OpenCloudClient {
    http: Http;
    apiKey: string;
    apiSecret: string;
    constructor(apiKey: string, apiSecret: string);
}

Last updated

Was this helpful?