apify / apify-client-js

Apify API client for JavaScript / Node.js.
https://docs.apify.com/api/client/js
Apache License 2.0
65 stars 27 forks source link

feat: allow `unwind` param to `DatasetClient.listItems()` to be an array #576

Closed fnesveda closed 1 month ago

fnesveda commented 1 month ago

We're adding an option to unwind multiple fields when listing the dataset items. This adds an option to DatasetClient to pass those multiple fields in the unwind parameter.