contentful / contentful-management.js

JavaScript library for Contentful's Management API (node & browser)
https://contentful.github.io/contentful-management.js
MIT License
269 stars 97 forks source link

getApiKeys() does not return all keys #2274

Open radek-duchon opened 4 months ago

radek-duchon commented 4 months ago

When using getApiKeys() of ContentfulSpaceAPI, it does return only the first page (25 keys). There is no way how to skip keys and implement paging by myself.

Current behavior I cannot get more than 25 API keys.

Expected behavior Return all API keys or allow user to skip keys and implement pagination.