MiscApi
MiscApi - object-oriented interface
Export
MiscApi
Extends
BaseAPI
Constructors
new MiscApi()
new MiscApi(
configuration?,basePath?,axios?):MiscApi
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
apiV1MiscAuthServerGet()
apiV1MiscAuthServerGet(
options?):Promise<AxiosResponse<string>>
Parameters
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<string>>
Throws
Memberof
MiscApi
apiV1MiscStatsAggregatedCountGet()
apiV1MiscStatsAggregatedCountGet(
options?):Promise<AxiosResponse<CountOfJobsDTO>>
Parameters
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<CountOfJobsDTO>>
Throws
Memberof
MiscApi