apify-client-python icon indicating copy to clipboard operation
apify-client-python copied to clipboard

Apify API client for Python

Results 34 apify-client-python issues
Sort by recently updated
recently updated
newest added

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

enhancement
t-tooling

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...

debt
t-tooling

- https://apify.slack.com/archives/CD0SF6KD4/p1750081551997999 - This might be solved by code generation

enhancement
t-tooling

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...