Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiOptions

Options for initializing an instance of the Brex API.

Hierarchy

  • ApiOptions

Index

Properties

Optional baseURL

baseURL?: string

The base URL for this API instance.

Optional apiVersion

apiVersion?: string

The version of the Brex API to be used; defaults to v1.

Optional environment

environment?: "production" | "staging"

The Brex environment to target. The options are "production" and "staging"

Generated using TypeDoc