sylabs / scs-library-client

Go client for the Singularity Container Services (SCS) Container Library Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement support for pagination

EmmEff opened this issue · comments

Entities, collections, containers, and images.

/v1/collections endpoint (and perhaps others) will need to be updated as it currently does not use the json-resp Response (https://github.com/sylabs/json-resp/blob/1d079d49c3fadf484724ffed76b6ea529467335f/json_response.go#L44) which contains the pagination metadata.