We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There were a few changes to the JS client in the past that were not propagated to the Python client, we need to catch up.
We need to add these features:
x-apify-workflow-key
get_or_create
origin
view
flatten
title
The text was updated successfully, but these errors were encountered:
jirimoravcik
No branches or pull requests
There were a few changes to the JS client in the past that were not propagated to the Python client, we need to catch up.
We need to add these features:
x-apify-workflow-key
header (feat: Adding x-apify-workflow-key header apify-client-js#212)get_or_create
methods for key-value store & dataset (feat: Add schema parameter to getOrCreate for kvs, dataset apify-client-js#233)origin
param for last actor/task run endpoints (feat: origin param added for last actor/task run endpoints apify-client-js#248)view
parameter in dataset items methods (feat: Add support for theview
parameter in dataset items client apify-client-js#226)flatten
parameter in dataset items methods (feat: Add flatten param to Dataset items listing apify-client-js#264)title
field in task, schedule, key-value store, dataset, and request queue client methods (feat: Add optional title field to task, schedule, key-value store, dataset, and request queue apify-client-js#271)The text was updated successfully, but these errors were encountered: