Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IntercomApi

IntercomApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • IntercomApi

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = ...
    • axios: AxiosInstance = ...

    Returns IntercomApi

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

intercomHmacGet

  • intercomHmacGet(options?: any): Promise<AxiosResponse<string>>
  • Get intercom hmac

    throws

    {RequiredError}

    memberof

    IntercomApi

    Parameters

    • Optional options: any

    Returns Promise<AxiosResponse<string>>

Generated using TypeDoc