Enumerate through paginated REST API resources
When working with a JSON API that exposes a list of resources we typically are in presence of paginated results. Today we enable a client library to efficiently enumerate through resources while hiding the complexity of pagination https://hspazio.github.io/2019/rest-client-enumerator/
Post a comment