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

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`^17.0.39` -> `^18.0.0`](https://renovatebot.com/diffs/npm/@types%2freact/17.0.80/18.3.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [body-parser](https://redirect.github.com/expressjs/body-parser) | [`^1.20.3` -> `^2.0.0`](https://renovatebot.com/diffs/npm/body-parser/1.20.3/2.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/body-parser/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/body-parser/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​apify/eslint-config | [`^0.5.0-beta.5` -> `^1.0.0`](https://renovatebot.com/diffs/npm/@apify%2feslint-config/0.5.0-beta.7/1.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apify%2feslint-config/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apify%2feslint-config/1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

See https://github.com/apify/apify-client-js/blob/master/src/resource_clients/actor.ts#L224 - the `interface Actor` returned from `ActorClient.get` could benefit from being renamed to e.g. `ActorResponse` or `ActorData`. Stems from feedback by @Jkuzz - https://apify.slack.com/archives/CD0SF6KD4/p1740146722916739

t-tooling

I was trying out https://apify.com/jakub.kopecky/llmstxt-generator Actor, the experience was not great because of the following: ### Timeout The Actor above was started with a timeout of 18,000 seconds, but the...

t-tooling

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`^18.0.0` -> `^19.0.0`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.12/19.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Add the link to docs to the TODO added in https://github.com/apify/apify-client-js/pull/613

t-c&c