- CollectionApiFp(configuration?): {
acceptInvitation(id: number, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<AcceptInvitation200Response>)>;
changeCollaboratorAccessLevel(userId: number, id: number, changeCollaboratorAccessLevelRequest?: ChangeCollaboratorAccessLevelRequest, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>)>;
createCollection(createCollectionRequest?: CreateCollectionRequest, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateCollectionResponse>)>;
deleteCollaborator(userId: number, id: number, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SimpleResponse>)>;
emptyTrash(options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SimpleResponse>)>;
getChildCollections(options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetChildCollectionsResponse>)>;
getCollaborators(id: number, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>)>;
getCollection(id: number, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCollectionResponse>)>;
getFeaturedCovers(options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFeaturedCoversResponse>)>;
getRootCollections(options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetRootCollectionsResponse>)>;
getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSystemCollectionStatsResponse>)>;
mergeCollections(mergeCollectionsRequest?: MergeCollectionsRequest, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<MergeCollectionsResponse>)>;
removeAllEmptyCollections(options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<RemoveAllEmptyCollectionsResponse>)>;
removeCollection(id: number, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SimpleResponse>)>;
removeCollections(removeCollectionsRequest?: RemoveCollectionsRequest, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<RemoveCollectionsResponse>)>;
reorderAllCollections(reorderAllCollectionsRequest?: ReorderAllCollectionsRequest, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SimpleResponse>)>;
searchCovers(text: string, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchCoversResponse>)>;
shareCollection(id: number, shareCollectionRequest?: ShareCollectionRequest, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShareCollectionResponse>)>;
unshareOrLeaveCollection(id: number, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SimpleResponse>)>;
updateCollection(id: number, updateCollectionRequest?: UpdateCollectionRequest, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateCollectionResponse>)>;
uploadCollectionCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<UploadCollectionCoverResponse>)>;
} acceptInvitation:function
changeCollaboratorAccessLevel:function
- changeCollaboratorAccessLevel(userId, id, changeCollaboratorAccessLevelRequest?, options?): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>)>
Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>)>
createCollection:function
deleteCollaborator:function
emptyTrash:function
getChildCollections:function
getCollaborators:function
getCollection:function
getFeaturedCovers:function
getRootCollections:function
getSystemCollectionStats:function
mergeCollections:function
removeAllEmptyCollections:function
removeCollection:function
removeCollections:function
reorderAllCollections:function
searchCovers:function
shareCollection:function
unshareOrLeaveCollection:function
updateCollection:function
uploadCollectionCover:function
CollectionApi - functional programming interface
Export