QueueApi
QueueApi - object-oriented interface
Export
QueueApi
Extends
BaseAPI
Constructors
new QueueApi()
new QueueApi(
configuration?,basePath?,axios?):QueueApi
Parameters
configuration?
basePath?
string = BASE_PATH
axios?
AxiosInstance = globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protectedaxios:AxiosInstance=globalAxios
Inherited from
BaseAPI.axios
basePath
protectedbasePath:string=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protectedconfiguration:undefined|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1QueuePost()
apiV1QueuePost(
enqueueJobRequestDTO?,options?):Promise<AxiosResponse<EnqueueJobResponseDTO>>
Parameters
enqueueJobRequestDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<EnqueueJobResponseDTO>>
Throws
Memberof
QueueApi
Found a mistake? Let us know.