Skip to content

Commit 3fef73a

Browse files
committed
fixes from review
1 parent cf67853 commit 3fef73a

File tree

1 file changed

+1
-3
lines changed
  • sources/platform/integrations/programming

1 file changed

+1
-3
lines changed

sources/platform/integrations/programming/api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ slug: /integrations/api
1212

1313
All aspects of the Apify platform can be controlled via a REST API, which is described in detail in the [**API Reference**](/api/v2).
1414

15-
If you want to use the Apify API from JavaScript in Node.js or Python, we strongly recommend using one of our official API clients. They implement best practices such as exponential backoff and rate limiting.
15+
While you can use any HTTP client with the Apify REST API, our official API clients for [JavaScript](/api/client/js/) and [Python](/api/client/python/) offer built-in best practices like exponential backoff and rate limiting.
1616

1717
[Check out API Clients guide](/platform/integrations/api/clients)
1818

19-
You are not required to use these packages—the REST API works with any HTTP client—but the official API clients are the recommended approach for most use cases.
20-
2119
## API token
2220

2321
To access the Apify API in your integrations, you need to authenticate using your secret API token. You can find it on the [Integrations](https://console.apify.com/settings/integrations) page in Apify Console. Give your token a reasonable description, and never use one token for several services, much like you shouldn't use the same password for different accounts.

0 commit comments

Comments
 (0)