Function MetaApiAxiosParamCreator
- MetaApiAxiosParamCreator(
configuration?: Configuration,
): {
metaGetHealth: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
metaGetMetrics: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
metaGetOpenApi: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
metaGetOpenApiHtml: (
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
metaGetReadiness: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
} Parameters
Optional
configuration: Configuration
Returns {
metaGetHealth: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
metaGetMetrics: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
metaGetOpenApi: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
metaGetOpenApiHtml: (
options?: RawAxiosRequestConfig,
) => Promise<RequestArgs>;
metaGetReadiness: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
}
metaGetHealth: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
metaGetMetrics: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
metaGetOpenApi: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
metaGetOpenApiHtml: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
metaGetReadiness: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
MetaApi - axios parameter creator
Export