ShareProjectApi
ShareProjectApi - object-oriented interface
Export
ShareProjectApi
Extends
BaseAPI
Constructors
Constructor
new ShareProjectApi(
configuration?,basePath?,axios?):ShareProjectApi
Parameters
configuration?
basePath?
string = BASE_PATH
axios?
AxiosInstance = globalAxios
Returns
ShareProjectApi
Inherited from
BaseAPI.constructor
Properties
axios
protectedaxios:AxiosInstance=globalAxios
Inherited from
BaseAPI.axios
basePath
protectedbasePath:string=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protectedconfiguration:Configuration|undefined
Inherited from
BaseAPI.configuration
Methods
apiV1ShareProjectGet()
apiV1ShareProjectGet(
type?,skip?,take?,options?):Promise<AxiosResponse<SharedProjectDescriptionResponseDTO[],any, { }>>
Parameters
type?
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<SharedProjectDescriptionResponseDTO[], any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdContentGet()
apiV1ShareProjectIdContentGet(
id,options?):Promise<AxiosResponse<string,any, { }>>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<string, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdDelete()
apiV1ShareProjectIdDelete(
id,options?):Promise<AxiosResponse<SharedProjectDescriptionResponseDTO,any, { }>>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<SharedProjectDescriptionResponseDTO, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdFileDelete()
apiV1ShareProjectIdFileDelete(
id,path?,options?):Promise<AxiosResponse<void,any, { }>>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<void, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdFileGet()
apiV1ShareProjectIdFileGet(
id,path?,options?):Promise<AxiosResponse<string,any, { }>>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<string, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdFilePost()
apiV1ShareProjectIdFilePost(
id,body,path?,options?):Promise<AxiosResponse<void,any, { }>>
Parameters
id
string
body
File
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<void, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdGet()
apiV1ShareProjectIdGet(
id,options?):Promise<AxiosResponse<SharedProjectDescriptionResponseDTO,any, { }>>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<SharedProjectDescriptionResponseDTO, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdListGet()
apiV1ShareProjectIdListGet(
id,path?,options?):Promise<AxiosResponse<FileStorageItem[],any, { }>>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<FileStorageItem[], any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdPatch()
apiV1ShareProjectIdPatch(
id,nameValue?,nameHasValue?,descriptionValue?,descriptionHasValue?,sharedAccessValue?,sharedAccessHasValue?,customMetaDataValue?,customMetaDataHasValue?,body?,options?):Promise<AxiosResponse<SharedProjectDescriptionResponseDTO,any, { }>>
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<AxiosResponse<SharedProjectDescriptionResponseDTO, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectIdStatGet()
apiV1ShareProjectIdStatGet(
id,path?,options?):Promise<AxiosResponse<FileStorageItem,any, { }>>
Parameters
id
string
path?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<FileStorageItem, any, { }>>
Throws
Memberof
ShareProjectApi
apiV1ShareProjectPost()
apiV1ShareProjectPost(
name,description,body,sharedAccess?,customMetaData?,options?):Promise<AxiosResponse<SharedProjectDescriptionResponseDTO,any, { }>>
Parameters
name
string
description
string
body
File
sharedAccess?
boolean
customMetaData?
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<SharedProjectDescriptionResponseDTO, any, { }>>
Throws
Memberof
ShareProjectApi