This commit is contained in:
Elena Oresharova
2020-04-07 11:29:11 +02:00
parent 2f52cbd918
commit 7b31657f69
9 changed files with 58 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
# Get all books
GET http://localhost:4004/catalog/Books
# Get books description from the HANA function
GET http://localhost:4004/catalog/BooksDescr
# Get books with rating 4 via the HANA view
GET http://localhost:4004/catalog/BooksInfo(RATING=4)/Set