GSA / auctions_api

An API for GSA auctions data.
http://gsa.github.io/auctions_api
The Unlicense
3 stars 8 forks source link

Pagination #16

Closed dwcaraway closed 4 years ago

dwcaraway commented 10 years ago

The default response size (>>10MB) is very large. Suggest adding the ability to get a subset of data (e.g. pagination) with a default response size of somewhere between 50 and 200 items in the response

Possible ways to implement:

for collections, also nice to put a property indicating total items in the collection and /or max number of pages.

gbinal commented 4 years ago

This is a good idea and is worth doing but I'd suggest closing it for now.