goto/guardian

Add pagination support in list resources api

Closed this issue · 1 comments

Currently list resources api does not have pagination support. With the growing number of resources in guardian it would be helpful to add that support.

@anjali9791 we can follow the same pattern in ListGrants, ListAppeals, and ListApprovals for this pagination, including keeping the API backward compatible: if no size and offset params provided, we will still return all resources