earthdaily.platform.PlatformService
- class earthdaily.platform.PlatformService(api_requester, asset_access_mode)[source]
Bases:
objectRepresents the Platform Service for interacting with specific platform-related endpoints.
Attributes:
- api_requesterAPIRequester
An instance of APIRequester used to send HTTP requests to the EDS API.
Initialize the PlatformService.
Parameters:
- api_requesterAPIRequester
An instance of APIRequester used to send HTTP requests to the EDS API.
- asset_access_modeAssetAccessMode
The mode of access for assets. Defaults to AssetAccessMode.PRESIGNED_URLS.
Methods