BaseAPIClient class
Signature:
export declare abstract class BaseAPIClient
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)() | Constructs a new instance of the BaseAPIClient class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
apiKey | string | ||
appEndpoint | string | ||
assetEndpoint | string | ||
authEndpoint | string | ||
fetchFunction | typeof fetch | ||
getExtraSessionInfo | () => Promise<JSONObject | null> | ||
refreshTokenFunction | () => Promise<boolean> | ||
requestClass | typeof Request | ||
userAgent | string |