kurenn / sabisu-rails

Simple and powerful engine for exploring your Rails api application
MIT License
127 stars 29 forks source link

Finished chapter 9 - How API explorer can be used to see orders? #25

Closed levi-l-damian closed 8 years ago

levi-l-damian commented 9 years ago

How I can use the API Explorer to see orders the way I can see products. For products (index) I am using this URL: http://localhost:3000/sabisu_rails/explorer?explorer%5Bresource%5D=products For users I would like to see all orders for lets say user: 1 Something like this: http://localhost:3000/sabisu_rails/explorer?explorer%5Bresource%5D=users/2/orders

screen shot 2015-05-11 at 5 36 33 pm