Module: src/DocFoxClient ​
Namespaces ​
Classes ​
Interfaces ​
- AuthTokenGeneratorFunction
- AuthTokenInformation
- AxiosResponseWithMetaData
- InternalAxiosRequestConfigWithMetaData
- OperationMethodResponses
- OperationMethods
- PathsDictionary
Type Aliases ​
AxiosInterceptorCallback ​
Ƭ AxiosInterceptorCallback<V>: (value: V) => V | Promise<V>
Type parameters ​
| Name |
|---|
V |
Type declaration ​
â–¸ (value): V | Promise<V>
Parameters ​
| Name | Type |
|---|---|
value | V |
Returns ​
V | Promise<V>
Defined in ​
AxiosInterceptorCallbackType ​
Ƭ AxiosInterceptorCallbackType: AxiosRequestInterceptorCallback & AxiosResponseInterceptorCallback
Defined in ​
AxiosRequestInterceptorCallback ​
Ƭ AxiosRequestInterceptorCallback: AxiosInterceptorCallback<InternalAxiosRequestConfigWithMetaData<any>>
Defined in ​
AxiosResponseInterceptorCallback ​
Ƭ AxiosResponseInterceptorCallback: AxiosInterceptorCallback<AxiosResponseWithMetaData<any>>
Defined in ​
Client ​
Ƭ Client: OpenAPIClient<OperationMethods, PathsDictionary>
Defined in ​
ExtractNestedDataType ​
Ƭ ExtractNestedDataType<R>: R extends { data: { data: infer T } } ? T : any
Type parameters ​
| Name |
|---|
R |
Defined in ​
OperationResponse ​
Ƭ OperationResponse<Response>: Promise<AxiosResponseWithMetaData<Response>>
Type parameters ​
| Name |
|---|
Response |