apiaryio / polls-api

Polls is an example web API that allows consumers to view polls and vote in them.
MIT License
46 stars 22 forks source link

Pagination is not working #15

Closed XVincentX closed 9 years ago

XVincentX commented 9 years ago

I am not sure if pagination is actually working.

https://polls.apiblueprint.org/questions https://polls.apiblueprint.org/questions?page=1

They both return the same payload. Furthermore, the documentation is missing the page size (25, for example?)

XVincentX commented 9 years ago

@kylef Eta/updates on this?