robotpony / Presto

Simple tools for building RESTfull interfaces. This is an old and unmaintained project.
http://presto.napkinware.ca
Other
11 stars 3 forks source link

Feature request: calls with query strings #96

Open adam-patterson opened 10 years ago

adam-patterson commented 10 years ago

It would be handy to be able to use Presto to do s2s calls with query strings. Something like:

GET /v4/people/$personID.json?inRoles=author,org-admin

We are starting to use query strings to filter listings and will do more of this as the taxonomy work continues.