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