I would like to know the following.
Imagine the following URIs:
(1) api / orders
(2) api / orders / 10
(3) api / orders / 10 / items
The URI (1) and (2) I am sure they would be inside a class called RequestsController, since to (3), I am doubt if it would be in the same or another class called Controller Items.
Which one is correct?