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
feat: adding unit tests for publishedWithCursor methods for Asset and Entry, adding function level comments for new publishedWithCursor methods [CAPI-2387]
* Gets a collection of published Entries with cursor based pagination
858
+
* @param query - Object with cursor pagination parameters. Check the <a href="https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/cursor-pagination">REST API reference</a> for more details.
859
+
* @return Promise for a collection of published Entries
* Gets a collection of published Assets with cursor based pagination
1150
+
* @param query - Object with cursor pagination parameters. Check the <a href="https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/cursor-pagination">REST API reference</a> for more details.
1151
+
* @return Promise for a collection of published Assets
0 commit comments