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
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.
The text was updated successfully, but these errors were encountered:
When using
getApiKeys()
ofContentfulSpaceAPI
, 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.
The text was updated successfully, but these errors were encountered: