WebhookDispatchCollectionClient
Hierarchy
- ResourceClient
- WebhookDispatchCollectionClient
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: HttpClient
HTTP client for making requests.
keyword-onlyresource_path: str
Resource endpoint path (e.g., 'actors', 'datasets').
keyword-onlyclient_registry: ClientRegistry
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
list
List all webhook dispatches of a user.
Parameters
optionalkeyword-onlylimit: int | None = None
How many webhook dispatches to retrieve.
optionalkeyword-onlyoffset: int | None = None
What webhook dispatch to include as first when retrieving the list.
optionalkeyword-onlydesc: bool | None = None
Whether to sort the webhook dispatches in descending order based on the date of their creation.
Returns ListOfWebhookDispatches | None
The retrieved webhook dispatches of a user.
Properties
resource_id
Get the resource ID.
Sub-client for the webhook dispatch collection.
Provides methods to manage webhook dispatches, e.g. list them. Obtain an instance via an appropriate method on the
ApifyClientclass.