Function: ShareProjectApiFactory()

ShareProjectApiFactory(configuration?, basePath?, axios?): object

ShareProjectApi - factory interface

Parameters

configuration?

basePath?

string

axios?

AxiosInstance

Returns

object

apiV1ShareProjectGet()

Parameters

type?

skip?

number

take?

number

options?

RawAxiosRequestConfig

Override http request option.

Returns

Throws

apiV1ShareProjectIdContentGet()

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

AxiosPromise<string>

Throws

apiV1ShareProjectIdDelete()

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Throws

apiV1ShareProjectIdFileDelete()

Parameters

id

string

path?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

AxiosPromise<void>

Throws

apiV1ShareProjectIdFileGet()

Parameters

id

string

path?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

AxiosPromise<string>

Throws

apiV1ShareProjectIdFilePost()

Parameters

id

string

body

File

path?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

AxiosPromise<void>

Throws

apiV1ShareProjectIdGet()

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Throws

apiV1ShareProjectIdListGet()

Parameters

id

string

path?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

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

Throws

apiV1ShareProjectIdStatGet()

Parameters

id

string

path?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

AxiosPromise<FileStorageItem>

Throws

apiV1ShareProjectPost()

Parameters

name

string

description

string

body

File

sharedAccess?

boolean

customMetaData?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Throws

Export

Found a mistake? Let us know.

Enroll in beta

Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.