ResourceClientAsync
Hierarchy
- ResourceClientBase
- ResourceClientAsync
- TaskCollectionClientAsync
- LogClientAsync
- RequestQueueCollectionClientAsync
- WebhookClientAsync
- TaskClientAsync
- WebhookCollectionClientAsync
- StoreCollectionClientAsync
- ActorClientAsync
- KeyValueStoreClientAsync
- RequestQueueClientAsync
- ScheduleClientAsync
- ActorVersionCollectionClientAsync
- DatasetCollectionClientAsync
- RunCollectionClientAsync
- WebhookDispatchCollectionClientAsync
- DatasetClientAsync
- ActorEnvVarCollectionClientAsync
- BuildCollectionClientAsync
- ActorCollectionClientAsync
- BuildClientAsync
- UserClientAsync
- KeyValueStoreCollectionClientAsync
- WebhookDispatchClientAsync
- ActorEnvVarClientAsync
- RunClientAsync
- ScheduleCollectionClientAsync
- ActorVersionClientAsync
- ResourceClientAsync
Index
Methods
Properties
Methods
__init__
Initialize the resource client.
Parameters
keyword-onlybase_url: str
API base URL.
keyword-onlypublic_base_url: str
Public CDN base URL.
keyword-onlyhttp_client: HttpClientAsync
HTTP client for making requests.
keyword-onlyresource_path: str
Resource endpoint path (e.g., 'actors', 'datasets').
keyword-onlyclient_registry: ClientRegistryAsync
Bundle of client classes for dependency injection.
optionalkeyword-onlyresource_id: str | None = None
Optional resource ID for single-resource clients.
optionalkeyword-onlyparams: dict | None = None
Optional default parameters for all requests.
Returns None
Properties
resource_id
Get the resource ID.
Base class for asynchronous resource clients.