Class: default
client/apis/CaptchaAPI.default
Hierarchy
↳ default
Table of contents
Constructors
Properties
Methods
Constructors
constructor
+ new default(client
: default): default
Parameters:
Name | Type |
---|---|
client |
default |
Returns: default
Inherited from: default
Defined in: client/apis/CaptchaAPI.ts:16
Properties
client
• client: default
Inherited from: default.client
Defined in: client/apis/BaseAPI.ts:25
options
• options: BaseAPIOptions
Inherited from: default.options
Defined in: client/apis/BaseAPI.ts:26
Methods
getCaptchaMetaData
▸ getCaptchaMetaData(): Promise<GetCaptchaMetadata>
Returns: Promise<GetCaptchaMetadata>
Defined in: client/apis/CaptchaAPI.ts:24
getLanguageResources
▸ getLanguageResources(): Promise<GetLanguageResources>
Returns: Promise<GetLanguageResources>
Defined in: client/apis/CaptchaAPI.ts:35
request
▸ request(options
: BaseAPIRequestOptions): Promise<RESTResponseDataType>
Parameters:
Name | Type |
---|---|
options |
BaseAPIRequestOptions |
Returns: Promise<RESTResponseDataType>
Inherited from: default
Defined in: client/apis/BaseAPI.ts:33