Skip to content

Commit

Permalink
update docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed May 14, 2024
1 parent cd0f310 commit 81fad7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[API doc](https://app.lokalise.com/api2docs/curl/#transition-list-all-keys-get)

**This endpoint also supports cursor pagination which is now a recommended approach, especially for fetch large amounts of data. Please [learn more in the Pagination docs](https://lokalise.github.io/node-lokalise-api/api/getting-started#cursor-pagination).**
**This endpoint also supports cursor pagination which is now a recommended approach, especially for fetching large amounts of data. Please [learn more in the Pagination docs](https://lokalise.github.io/node-lokalise-api/api/getting-started#cursor-pagination).**

```js
const keys = await lokaliseApi.keys().list({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[API doc](https://app.lokalise.com/api2docs/curl/#transition-list-all-translations-get)

**This endpoint also supports cursor pagination which is now a recommended approach, especially for fetch large amounts of data. Please [learn more in the Pagination docs](https://lokalise.github.io/node-lokalise-api/api/getting-started#cursor-pagination).**
**This endpoint also supports cursor pagination which is now a recommended approach, especially for fetching large amounts of data. Please [learn more in the Pagination docs](https://lokalise.github.io/node-lokalise-api/api/getting-started#cursor-pagination).**

```js
const translations = lokaliseApi.translations().list({
Expand Down

0 comments on commit 81fad7d

Please sign in to comment.