@inweb/client
Version:
JavaScript REST API client for the Open Cloud Server
27 lines (26 loc) • 1.08 kB
TypeScript
export { Assembly } from "./Api/Assembly";
export { Client } from "./Api/Client";
export { ClashTest } from "./Api/ClashTest";
export * from "./Api/ClientEvents";
export { File } from "./Api/File";
export { FetchError, statusText } from "./Api/FetchError";
export { Job } from "./Api/Job";
export { IHttpClient } from "./Api/IHttpClient";
export { IAssociatedFileData, IClashItem, IModelTransformMatrix } from "./Api/IAssembly";
export * from "./Api/IFile";
export { IRoleActions } from "./Api/IRole";
export * from "./Api/ISharedLink";
export { IShortUserDesc } from "./Api/IUser";
export { Member } from "./Api/Member";
export { Model } from "./Api/Model";
export { OAuthClient } from "./Api/OAuthClient";
export { Permission } from "./Api/Permission";
export { Project } from "./Api/Project";
export * from "./Api/Endpoint";
export { Role } from "./Api/Role";
export * from "./Api/Plugin";
export * from "./Api/SharedLink";
export * from "./Api/SharedFile";
export { User } from "./Api/User";
export * from "./Api/Utils";
export declare const version = "CLIENT_JS_VERSION";