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
{{ message }}
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
This is a follow-up of #545: the response will contain all resources of the given type in which the user has a role (any role), but we should limit the number of results in the response using the page[offset] and page[limit] query params (with default values provided by https://github.com/fabric8-services/fabric8-auth/blob/master/controller/paging.go#L21)
The text was updated successfully, but these errors were encountered:
xcoulon
changed the title
Include support for pagination when returning list of resources with a role
Include support for pagination when listing resources a user has a role in
Aug 22, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a follow-up of #545: the response will contain all resources of the given type in which the user has a role (any role), but we should limit the number of results in the response using the
page[offset]
andpage[limit]
query params (with default values provided by https://github.com/fabric8-services/fabric8-auth/blob/master/controller/paging.go#L21)The text was updated successfully, but these errors were encountered: