chore: Merged fiori into bookstore and tests into subprojects
This commit is contained in:
9
bookshop/test/protocols/rest.http
Normal file
9
bookshop/test/protocols/rest.http
Normal file
@@ -0,0 +1,9 @@
|
||||
@server = http://localhost:4004
|
||||
|
||||
GET {{server}}/rest/admin/Authors
|
||||
Authorization: Basic alice:
|
||||
###
|
||||
|
||||
GET {{server}}/rest/admin/Authors?$select=ID,name&$expand=books($select=ID,title)
|
||||
Authorization: Basic alice:
|
||||
###
|
||||
Reference in New Issue
Block a user