RegisterApi
RegisterApi - object-oriented interface
Export
RegisterApi
Extends
BaseAPI
Constructors
new RegisterApi()
new RegisterApi(
configuration
?,basePath
?,axios
?):RegisterApi
Parameters
configuration?
basePath?
string
= BASE_PATH
axios?
AxiosInstance
= globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protected
axios:AxiosInstance
=globalAxios
Inherited from
BaseAPI.axios
basePath
protected
basePath:string
=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protected
configuration:undefined
|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1RegisterPost()
apiV1RegisterPost(
name
,maxConcurrency
?,options
?):Promise
<AxiosResponse
<void
>>
Parameters
name
string
maxConcurrency?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<void
>>
Throws
Memberof
RegisterApi
Found a mistake? Let us know.