Changes

stoney core: REST API

12 bytes added, 13:59, 14 November 2013
/* Pagination */
=== Pagination ===
Responses with multiple items will be '''limited and paginated to 30 items ''' per default. Further items can be accessed by appending the <code>page</code> query parameter. The number of items to be returned can be '''raised to a maximum of 100''', by specifying the <code>per_page</code> query parameter.
For example, to request page number 3 with 40 items per page, a client would send the following GET request:
SLB
385
edits