@lasuillard/raindrop-client
Preparing search index...
generated
CollectionApiAxiosParamCreator
Function CollectionApiAxiosParamCreator
CollectionApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
acceptInvitation
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
changeCollaboratorAccessLevel
:
(
userId
:
number
,
id
:
number
,
changeCollaboratorAccessLevelRequest
?:
ChangeCollaboratorAccessLevelRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
createCollection
:
(
createCollectionRequest
?:
CreateCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
deleteCollaborator
:
(
userId
:
number
,
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
emptyTrash
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getChildCollections
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getCollaborators
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getFeaturedCovers
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRootCollections
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getSystemCollectionStats
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
mergeCollections
:
(
mergeCollectionsRequest
?:
MergeCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeAllEmptyCollections
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeCollections
:
(
removeCollectionsRequest
?:
RemoveCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
reorderAllCollections
:
(
reorderAllCollectionsRequest
?:
ReorderAllCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
searchCovers
:
(
text
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
shareCollection
:
(
id
:
number
,
shareCollectionRequest
?:
ShareCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
unshareOrLeaveCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateCollection
:
(
id
:
number
,
updateCollectionRequest
?:
UpdateCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
uploadCollectionCover
:
(
id
:
number
,
cover
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
CollectionApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
acceptInvitation
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
changeCollaboratorAccessLevel
:
(
userId
:
number
,
id
:
number
,
changeCollaboratorAccessLevelRequest
?:
ChangeCollaboratorAccessLevelRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
createCollection
:
(
createCollectionRequest
?:
CreateCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
deleteCollaborator
:
(
userId
:
number
,
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
emptyTrash
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getChildCollections
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getCollaborators
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getFeaturedCovers
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRootCollections
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getSystemCollectionStats
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
mergeCollections
:
(
mergeCollectionsRequest
?:
MergeCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeAllEmptyCollections
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeCollections
:
(
removeCollectionsRequest
?:
RemoveCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
reorderAllCollections
:
(
reorderAllCollectionsRequest
?:
ReorderAllCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
searchCovers
:
(
text
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
shareCollection
:
(
id
:
number
,
shareCollectionRequest
?:
ShareCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
unshareOrLeaveCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateCollection
:
(
id
:
number
,
updateCollectionRequest
?:
UpdateCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
uploadCollectionCover
:
(
id
:
number
,
cover
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
acceptInvitation
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
changeCollaboratorAccessLevel
:
(
userId
:
number
,
id
:
number
,
changeCollaboratorAccessLevelRequest
?:
ChangeCollaboratorAccessLevelRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
createCollection
:
(
createCollectionRequest
?:
CreateCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
deleteCollaborator
:
(
userId
:
number
,
id
:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
emptyTrash
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getChildCollections
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getCollaborators
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getFeaturedCovers
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getRootCollections
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getSystemCollectionStats
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
mergeCollections
:
(
mergeCollectionsRequest
?:
MergeCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
removeAllEmptyCollections
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
removeCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
removeCollections
:
(
removeCollectionsRequest
?:
RemoveCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
reorderAllCollections
:
(
reorderAllCollectionsRequest
?:
ReorderAllCollectionsRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
searchCovers
:
(
text
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
shareCollection
:
(
id
:
number
,
shareCollectionRequest
?:
ShareCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
unshareOrLeaveCollection
:
(
id
:
number
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
updateCollection
:
(
id
:
number
,
updateCollectionRequest
?:
UpdateCollectionRequest
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
uploadCollectionCover
:
(
id
:
number
,
cover
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lasuillard/raindrop-client
Loading...
CollectionApi - axios parameter creator