ProCynic/rest-now

Allow user to set page size.

ProCynic opened this issue · 0 comments

Currently, page size for query result pagination is fixed at 25. This should be kept as a default, but the user should be able to supply a different value if they so choose.

There are two options:

  1. Let the user specify a page size on server startup.
  2. Instead of page number, have the user pass in both a skip and limit parameter with the query.