This is an exercise example for teaching and working with web servers. just enjoy programming :)
GET /book/
POST /book/
{
"name": "mahdi",
"author": "pooulad",
"publication": "31/10//2023"
}
GET /book/{bookId}
Parameter | Type | Description |
---|---|---|
bookId |
string |
Required. Id of item to fetch |
DELETE /book/{bookId}
Parameter | Type | Description |
---|---|---|
bookId |
string |
Required. Id of item to fetch |
POST /book/{bookId}
Parameter | Type | Description |
---|---|---|
bookId |
string |
Required. Id of item to fetch |