Cleaned up delegation

This commit is contained in:
Daniel
2020-03-15 12:12:18 +01:00
parent e4983b8bde
commit 4ae16e8fd2
2 changed files with 13 additions and 13 deletions

View File

@@ -5,10 +5,12 @@
### Request to CatalogService > delegated to ReviewsService
GET http://localhost:4004/browse/Books(201)/reviews
GET http://localhost:4004/browse/Books(201)/reviews?
&$select=rating,date,reviewer,title
### Alternative OData URL
GET http://localhost:4004/browse/Books/201/reviews
GET http://localhost:4004/browse/Books/201/reviews?
&$select=rating,date,reviewer,title
###
GET http://localhost:4004/browse/Books(201)?