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.
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.