apify-client-python
apify-client-python copied to clipboard
Apify API client for Python
This enables customization of the client for use cases which are not covered by the default client. Discussed here: https://github.com/apify/apify-client-python/pull/400 Another use case described by @drobnikj
Unify Webhook input sanitation and handling. Maybe with Pydantic? **Context:** Webhook inputs to the clients are now handled in different ways based on the client used. One path is using...
- https://apify.slack.com/archives/CD0SF6KD4/p1750081551997999 - This might be solved by code generation
We need a way to pass in the a context to the `httpx` client library so that we can manage the untreated certs. The only way to do this is...