Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreateApiMessengerOptions

Options for 'createApiMessenger()' function.

Hierarchy

  • ICreateApiMessengerOptions

Index

Properties

auth

auth: { clientId: string; clientSecret: string }

Auth options.

Type declaration

  • clientId: string

    The client ID.

  • clientSecret: string

    The client secret.

baseURL

baseURL: string

The base URL of the API.

Optional language

language?: string

The default language.

Generated using TypeDoc