saasus-sdk / ApiLog/api
- ApiLogApiAxiosParamCreator
- ApiLogApiFactory
- ApiLogApiFp
- ErrorApiAxiosParamCreator
- ErrorApiFactory
- ErrorApiFp
▸ ApiLogApiAxiosParamCreator(configuration?
): Object
ApiLogApi - axios parameter creator
Name | Type |
---|---|
configuration? |
Configuration |
Object
Name | Type | Description |
---|---|---|
getLog |
(apiLogId : string , options? : AxiosRequestConfig <any >) => Promise <RequestArgs > |
- |
getLogs |
(createdDate? : string , createdAt? : string , limit? : number , cursor? : string , options? : AxiosRequestConfig <any >) => Promise <RequestArgs > |
- |
Export
src/generated/ApiLog/api.ts:249
▸ ApiLogApiFactory(configuration?
, basePath?
, axios?
): Object
ApiLogApi - factory interface
Name | Type |
---|---|
configuration? |
Configuration |
basePath? |
string |
axios? |
AxiosInstance |
Object
Name | Type |
---|---|
getLog |
(apiLogId : string , options? : any ) => AxiosPromise <ApiLog > |
getLogs |
(createdDate? : string , createdAt? : string , limit? : number , cursor? : string , options? : any ) => AxiosPromise <ApiLogs > |
Export
src/generated/ApiLog/api.ts:389
▸ ApiLogApiFp(configuration?
): Object
ApiLogApi - functional programming interface
Name | Type |
---|---|
configuration? |
Configuration |
Object
Name | Type |
---|---|
getLog |
(apiLogId : string , options? : AxiosRequestConfig <any >) => Promise <(axios? : AxiosInstance , basePath? : string ) => AxiosPromise <ApiLog >> |
getLogs |
(createdDate? : string , createdAt? : string , limit? : number , cursor? : string , options? : AxiosRequestConfig <any >) => Promise <(axios? : AxiosInstance , basePath? : string ) => AxiosPromise <ApiLogs >> |
Export
src/generated/ApiLog/api.ts:354
▸ ErrorApiAxiosParamCreator(configuration?
): Object
ErrorApi - axios parameter creator
Name | Type |
---|---|
configuration? |
Configuration |
Object
Name | Type | Description |
---|---|---|
returnInternalServerError |
(options? : AxiosRequestConfig <any >) => Promise <RequestArgs > |
- |
Export
src/generated/ApiLog/api.ts:458
▸ ErrorApiFactory(configuration?
, basePath?
, axios?
): Object
ErrorApi - factory interface
Name | Type |
---|---|
configuration? |
Configuration |
basePath? |
string |
axios? |
AxiosInstance |
Object
Name | Type |
---|---|
returnInternalServerError |
(options? : any ) => AxiosPromise <void > |
Export
src/generated/ApiLog/api.ts:521
▸ ErrorApiFp(configuration?
): Object
ErrorApi - functional programming interface
Name | Type |
---|---|
configuration? |
Configuration |
Object
Name | Type |
---|---|
returnInternalServerError |
(options? : AxiosRequestConfig <any >) => Promise <(axios? : AxiosInstance , basePath? : string ) => AxiosPromise <void >> |
Export