@aecworks/bimbox-bimserver-sdk-js
Version:
AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言
13 lines • 556 B
TypeScript
import ServiceBase from '../base';
declare class StorageService extends ServiceBase {
getBucket: () => Promise<{}>;
postBucket: (options: any) => Promise<{}>;
getObjects: (options: any) => Promise<{}>;
postObjects: (options: any) => Promise<{}>;
getObjectsData: (options: any) => Promise<{}>;
getPublicObjectsData: (options: any) => Promise<{}>;
getThumbnailSignature: (options: any) => Promise<{}>;
detectFileExists: (data: any) => Promise<{}>;
}
export { StorageService };
//# sourceMappingURL=storage.d.ts.map