Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloudAPISDKParameters

The parameters used to initialize the constructor

param accessKey

Required. The Cloud API access key

param secretKey

Required. The Cloud API secret key

param protocol

Optional. The protocol of the API url

param domain

Optional. The domain of the API url

param version

Optional. The version of the API

param debug

Optional. Ability to show extra debug logs

Hierarchy

  • CloudAPISDKParameters

Index

Properties

accessKey: string
debug?: boolean
domain?: string
protocol?: string
secretKey: string
version?: string

Generated using TypeDoc