Class: default
client/apis/AssetDeliveryAPI.default
Hierarchy
↳ default
Table of contents
Constructors
Properties
Methods
- getAssetByAlias
- getAssetByAssetId
- getAssetByAssetVersionId
- getAssetByHash
- getAssetById
- getAssetByMarAssetHash
- getAssetByUserAssetId
- getAssetVersionByAssetId
- getBatchAssets
- request
Constructors
constructor
+ new default(client
: default): default
Parameters:
Name | Type |
---|---|
client |
default |
Returns: default
Inherited from: default
Defined in: client/apis/AssetDeliveryAPI.ts:101
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
getAssetByAlias
▸ getAssetByAlias(options
: GetAssetByAliasOptions): Promise<BaseAsset>
Parameters:
Name | Type |
---|---|
options |
GetAssetByAliasOptions |
Returns: Promise<BaseAsset>
Defined in: client/apis/AssetDeliveryAPI.ts:109
getAssetByAssetId
▸ getAssetByAssetId(options
: GetAssetByAssetIdOptions): Promise<unknown>
Parameters:
Name | Type |
---|---|
options |
GetAssetByAssetIdOptions |
Returns: Promise<unknown>
Defined in: client/apis/AssetDeliveryAPI.ts:167
getAssetByAssetVersionId
▸ getAssetByAssetVersionId(options
: GetAssetByAssetVersionIdOptions): Promise<unknown>
Parameters:
Name | Type |
---|---|
options |
GetAssetByAssetVersionIdOptions |
Returns: Promise<unknown>
Defined in: client/apis/AssetDeliveryAPI.ts:203
getAssetByHash
▸ getAssetByHash(options
: GetAssetByHashOptions): Promise<unknown>
Parameters:
Name | Type |
---|---|
options |
GetAssetByHashOptions |
Returns: Promise<unknown>
Defined in: client/apis/AssetDeliveryAPI.ts:149
getAssetById
▸ getAssetById(options
: GetAssetByIdOptions): Promise<GetAssetById>
Parameters:
Name | Type |
---|---|
options |
GetAssetByIdOptions |
Returns: Promise<GetAssetById>
Defined in: client/apis/AssetDeliveryAPI.ts:127
getAssetByMarAssetHash
▸ getAssetByMarAssetHash(options
: GetAssetByMarAssetHashOptions): Promise<unknown>
Parameters:
Name | Type |
---|---|
options |
GetAssetByMarAssetHashOptions |
Returns: Promise<unknown>
Defined in: client/apis/AssetDeliveryAPI.ts:221
getAssetByUserAssetId
▸ getAssetByUserAssetId(options
: GetAssetByUserAssetIdOptions): Promise<unknown>
Parameters:
Name | Type |
---|---|
options |
GetAssetByUserAssetIdOptions |
Returns: Promise<unknown>
Defined in: client/apis/AssetDeliveryAPI.ts:239
getAssetVersionByAssetId
▸ getAssetVersionByAssetId(options
: GetAssetVersionByAssetIdOptions): Promise<unknown>
Parameters:
Name | Type |
---|---|
options |
GetAssetVersionByAssetIdOptions |
Returns: Promise<unknown>
Defined in: client/apis/AssetDeliveryAPI.ts:185
getBatchAssets
▸ getBatchAssets(options
: GetBatchAssetsOptions): Promise<GetBatchAssets>
Parameters:
Name | Type |
---|---|
options |
GetBatchAssetsOptions |
Returns: Promise<GetBatchAssets>
Defined in: client/apis/AssetDeliveryAPI.ts:257
request
▸ request(options
: BaseAPIRequestOptions): Promise<RESTResponseDataType>
Parameters:
Name | Type |
---|---|
options |
BaseAPIRequestOptions |
Returns: Promise<RESTResponseDataType>
Inherited from: default
Defined in: client/apis/BaseAPI.ts:33