-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Milestone
Description
Per the spec, sorting of requests may be implemented via the query string. It appears we could pick either of the two formats, the latter is required for sorting on related objects' properties...which we probably wouldn't support initially anyway, but might be simpler to implement.
This will probably be implemented via an ActionFilter. Probably a separate one, but would there be any benefit to combining it with the one added in #16?