Skip to content

Files

Latest commit

27844de · Nov 24, 2021

History

History
30 lines (20 loc) · 702 Bytes

client.md

File metadata and controls

30 lines (20 loc) · 702 Bytes

Client Class Documentation

The following parameters are configurable for the API Client:

Parameter Type Description
timeout number Timeout for API calls.
Default: 0
apikey string API Key can be copied from your dashboard

The API client can be initialized as follows:

const client = new Client({
  timeout: 0,
  apikey: 'apikey',
})

FirstLanguage API Client

The gateway for the SDK. This class acts as a factory for the Controllers and also holds the configuration of the SDK.

Controllers

Name Description
basicAPIs Gets BasicAPIsController
advancedAPIs Gets AdvancedAPIsController