You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@
53
53
-[Authentication](#authentication)
54
54
-[Using ES6 import](#using-es6-import)
55
55
-[Your first Request](#your-first-request)
56
-
-[Cursor based pagination](#cursor-based-pagination)
57
56
-[Alternative plain API](#alternative-plain-api)
58
57
-[App Framework](#app-framework)
59
58
-[Troubleshooting](#troubleshooting)
@@ -228,18 +227,6 @@ The benefits of using the "plain" version of the client, over the legacy version
228
227
- The ability to scope CMA client instance to a specific `spaceId`, `environmentId`, and `organizationId` when initializing the client.
229
228
- You can pass a concrete values to `defaults` and omit specifying these params in actual CMA methods calls.
230
229
231
-
## Cursor Based Pagination
232
-
233
-
Cursor-based pagination is supported on collection endpoints for content types, entries, and assets. To use cursor-based pagination, pass the `cursor: true` parameter in your query:
* @param query - Object with search parameters. Check the <a href="https://www.contentful.com/developers/docs/javascript/tutorials/using-js-cda-sdk/#retrieving-entries-with-search-parameters">JS SDK tutorial</a> and the <a href="https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters">REST API reference</a> for more details.
@@ -974,7 +973,7 @@ export default function createEnvironmentApi(makeRequest: MakeRequest) {
* Creates a Asset. After creation, call asset.processForLocale or asset.processForAllLocales to start asset processing.
991
990
* @param data - Object representation of the Asset to be created. Note that the field object should have an upload property on asset creation, which will be removed and replaced with an url property when processing is finished.
0 commit comments