Function SchemaApiFp

  • SchemaApi - functional programming interface

    Parameters

    Returns {
        schemaRetrieve(lang?, scheme?, options?) => Promise<((axios?, basePath?) => AxiosPromise<object>)>;
    }

    • schemaRetrieve:function
      • OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json

        Parameters

        Returns Promise<((axios?, basePath?) => AxiosPromise<object>)>

        Throws

    Export

Generated using TypeDoc