Takaro - v0.6.0
    Preparing search index...

    Function MetaApiAxiosParamCreator

    • MetaApi - axios parameter creator

      Parameters

      • Optionalconfiguration: 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>;
          metaGetRoot: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
      }

      • metaGetHealth: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>


        OperationId: MetaGetHealth

      • metaGetMetrics: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>


        OperationId: MetaGetMetrics

      • metaGetOpenApi: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>


        OperationId: MetaGetOpenApi

      • metaGetOpenApiHtml: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>


        OperationId: MetaGetOpenApiHtml

      • metaGetReadiness: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>


        OperationId: MetaGetReadiness

      • metaGetRoot: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>


        OperationId: MetaGetRoot