apify / apify-client-python

Apify API client for Python
https://docs.apify.com/api/client/python/
Apache License 2.0
44 stars 11 forks source link

Add API endpoint for validating Actor input #151

Open fnesveda opened 11 months ago

fnesveda commented 11 months ago

We have an endpoint /acts/ACTOR-ID/validate-input which is not implemented in the client, we should implement it.

It takes the input to validate as POST payload, and optionally a build query parameter to specify the build tag against which to validate.

It returns a response with:

We should first add it to the documentation, so that we can refer to it in the docstrings. https://github.com/apify/apify-docs/issues/722