ApiConfig: Readonly<{
    env: string;
    key: string;
    secret: string;
    baseUrl: string;
}>

The API client config

Type declaration

  • env: string

    The current application environment

  • key: string

    The key/id for this API

  • secret: string

    The secret for this API

  • baseUrl: string

    The base url for the API. Note that you can include the string ${env} in the base url and it will be replaced by the current value of env.

Generated using TypeDoc