Constructor for AssetCoreService.
Connect client to make API calls from the Connect SDK
Mapper to map asset API response to asset object.
Copy an asset by its id to a destination folder by its id.
Copy multiple assets by their ids to a destination folder by its id. This is not transactional, so some assets may be copied while others fail.
Create a thumbnail for an asset by its id. This wil return an upload URL that needs to be used to upload the thumbnail.
Remove the thumbnail for an asset by its id.
Move an asset by its a id to a destination folder by its id.
Move multiple assets by their ids to a destination folder by its id. This is not transactional, so some assets may be moved while others fail.
Refreshes the asset with the given id from the server. This will not return the asset, but will update the cache.
Updated the asset view point (default camera position).
Update an asset by its id, setting the name and description.
Core asset operations. Move, Copy, Delete, Update, Refresh, Get, Create Thumbnail, Delete Thumbnail.