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

Apify API client for JavaScript / Node.js.

Results 42 apify-client-js issues
Sort by recently updated
recently updated
newest added

We have 2 main endpoints for [dataset items collection](https://docs.apify.com/api/v2#/reference/datasets/item-collection/get-items) enabling manipulation with items stored in the [dataset](https://docs.apify.com/storage/dataset) - `dataset.listItems()` https://github.com/apify/apify-client-js/blob/master/src/resource_clients/dataset.js#L58 - `dataset.pushItems()` https://github.com/apify/apify-client-js/blob/master/src/resource_clients/dataset.js#L140 to make transformation more effective we could...

Getting this error Unable to resolve module events from /Users/hubino/Documents/RN_Projects/Homi/node_modules/@apify/log/logger.js: Is this package supports Expo React native?

We should handle the baseUrl better to allow specifying even the API version part. Discussion for reference: https://github.com/apify/apify-js/pull/1095

For example request to kv-store with invalid record key - `/v2/key-value-stores/FqL6uryckkkdaXEmr/records/•` causes an error `TypeError: Request path contains unescaped characters`.

enhancement
medium priority

I have a simple jest test that uses Apify client: ```js const { getApifyClient } = require('./helper'); const ACTOR = { name: `my-name`, versions: [ { versionNumber: '0.1', envVars: [],...

bug
low priority

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rimraf](https://togithub.com/isaacs/rimraf) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/rimraf/5.0.9/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.35.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.7.0) |...

It would be great to use this SDK on Cloudflare and other runtimes that don't support all the nodejs imports. Is this on the roadmap? Thanks https://developers.cloudflare.com/workers/runtime-apis/nodejs/

t-tooling