OpenCloudClient
declare class OpenCloudClient {
http: Http;
apiKey: string;
apiSecret: string;
constructor(apiKey: string, apiSecret: string);
}Last updated
Was this helpful?
declare class OpenCloudClient {
http: Http;
apiKey: string;
apiSecret: string;
constructor(apiKey: string, apiSecret: string);
}Last updated
Was this helpful?
Was this helpful?