Function: ShareProjectApiFp()
ShareProjectApiFp(
configuration
?):object
ShareProjectApi - functional programming interface
Parameters
configuration?
Returns
object
apiV1ShareProjectGet()
Parameters
type?
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<SharedProjectDescriptionResponseDTO
[]>>
Throws
apiV1ShareProjectIdContentGet()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<string
>>
Throws
apiV1ShareProjectIdDelete()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<SharedProjectDescriptionResponseDTO
>>
Throws
apiV1ShareProjectIdFileDelete()
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<void
>>
Throws
apiV1ShareProjectIdFileGet()
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<string
>>
Throws
apiV1ShareProjectIdFilePost()
Parameters
id
string
body
File
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<void
>>
Throws
apiV1ShareProjectIdGet()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<SharedProjectDescriptionResponseDTO
>>
Throws
apiV1ShareProjectIdListGet()
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<FileStorageItem
[]>>
Throws
apiV1ShareProjectIdPatch()
Parameters
id
string
nameValue?
string
nameHasValue?
boolean
descriptionValue?
string
descriptionHasValue?
boolean
sharedAccessValue?
boolean
sharedAccessHasValue?
boolean
customMetaDataValue?
string
customMetaDataHasValue?
boolean
body?
File
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<SharedProjectDescriptionResponseDTO
>>
Throws
apiV1ShareProjectIdStatGet()
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<FileStorageItem
>>
Throws
apiV1ShareProjectPost()
Parameters
name
string
description
string
body
File
sharedAccess?
boolean
customMetaData?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<SharedProjectDescriptionResponseDTO
>>