appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 98 forks source link

User search pagination #326

Closed scruffyfox closed 11 years ago

scruffyfox commented 11 years ago

The pagination is currently broken for searching users (i believe its just a case of missing min/max ids in the meta object)

orianmarx commented 11 years ago

There is a count parameter you can use, which I just added to the docs: https://github.com/appdotnet/api-spec/commit/22bfefce93679de090fb8300fdb7677479a8d22e

This endpoint isn't paginated.