OpenCloudClient
This client is undocumented due to its daily changes. To stay up-to-date on current development of the client by reading the GitHub module here: https://github.com/BrickVerse-co/BrickVerse-NPM-Module/blob/main/src/core/OpenCloudClient.ts
declare class OpenCloudClient {
http: Http;
apiKey: string;
apiSecret: string;
constructor(apiKey: string, apiSecret: string);
}
Last updated
Was this helpful?