Tagged Questions
1
vote
3answers
210 views
How to “lazy load” in a RESTful manner?
Given this service to get information about a hotel:
> GET /hotel/{id}
< HTTP/1.1 200 OK
< <hotel>
< <a>aaa</a>
< <b>aaa</b>
> ...