Dear experts,
We are currently exploring the possibilities of micro services, like: /cities and /hotels. What I would like is a solution or design pattern for nesting API's, as an example: /cities/paris/hotels will give all the hotels in Paris. (or 3 nested apis: /cities/paris/hotels/all/prices to return all the prices from the hotels in paris).
I am not sure how this design pattern is called and if there are solutions / best practices for this, but if anyone can assist me in this question, any help is welcome.