Interface IApiConfig

Hierarchy

  • IApiConfig

Properties

alwaysUseGet?: boolean
apiKey?: string
headers?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
url: string
version?: string

Generated using TypeDoc