You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we even go a little more coarse and group resources by there root path? Admittedly this would have to be tastefully done for apis with many different root resource paths...
Activity
coryasilva commentedon Oct 22, 2015
Could we even go a little more coarse and group resources by there root path? Admittedly this would have to be tastefully done for apis with many different root resource paths...
atuttle commentedon Oct 22, 2015
Do you just mean the order of the item rows in the dashboard?
coryasilva commentedon Oct 22, 2015
No I mean to group them like this:
- /groups
/groups
/groups/:id
/groups/:id/users
/groups/:id/members
/groups/:id/membersof
+ /pages
+ /widgets
- /users
/users
/users/:id
/users/:id/settings
atuttle commentedon Oct 22, 2015
Interesting. It could be done, because they are in reverse Alpha order
(displayed in matching order).