visd / VISD-Badges

VISD Badges
Other
0 stars 0 forks source link

A way to pass parameters via queries in the URL #31

Closed argybarg closed 10 years ago

argybarg commented 11 years ago

At some point we want particular resources to have their own methods, instead of the generic, invariant version from the view system.

For instance, suppose we want to see entries which have not yet been approved. Something like:

/entries?status='pending'

Permissions on these methods must be implicit. That is, we should not say that a particular user is entitle to GET a resource but not with a particular query parameter.

This needs thought.