annotationsatharvard / catcha

Catch-A - Catching Annotation: An annotation backend and API.
http://catcha.readthedocs.io
20 stars 9 forks source link

Add pagination scheme to the search API #2

Closed jmiranda closed 11 years ago

jmiranda commented 11 years ago

Thinking of something like this:

{
offset 0,
limit: 10,
totalCount: 14, 
pages: 2,
results: { ... }
}