Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Client

The Client allows you an easy and high-level interaction with the API. It will handle the AccessToken renewals automatically for you so you never have to worry about tokens expiring.

Hierarchy

  • Client

Index

Constructors

constructor

Properties

analyses

analyses: AnalysesManager

The client's AnalysesManager

got

got: Got

The client's Got client

options

options: ClientOptions

The client's options.

raw

The client's RawManager, responsible for raw interactions with the API.

subAnalyses

subAnalyses: SubAnalysesManager

The cleint's SubAnalysesManager

token

The client's AccessTokenManager

Methods

init

  • Use this method to initialize the client before use.

    Returns Promise<Client>

Generated using TypeDoc