Tester Backend: Book Review Service
Parameter | Type | Description |
---|---|---|
id |
number |
The id of the book |
title |
string |
Required. The title of your book |
author |
string |
Required. The book author |
price |
number currency |
Required. The pricing of the book |
created_at |
number date |
Required. The date the book was added |
GET /api/v1/books
GET /api/v1/books/:id
POST /api/v1/books
PUT /api/v1/books/:id
DELETE /api/v1/books/:id