BaseAPIClient.getAsset() method
Signature:
protected getAsset(path: string, options?: {
query?: [string, string][];
autoRefreshToken?: boolean;
}): Promise<any>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| path | string | |
| options | { query?: [string, string][]; autoRefreshToken?: boolean; } |
Returns:
Promise<any>