14 lines
302 B
HTTP
14 lines
302 B
HTTP
### Browse Books
|
|
GET http://localhost:4004/browse/Books
|
|
|
|
### Browse Books with expanded Authors
|
|
GET http://localhost:4004/browse/Books?$expand=author
|
|
|
|
### Try to insert into Books
|
|
POST http://localhost:4004/browse/Books
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"title": "Anna Karenina",
|
|
"stock": 10
|
|
} |