Library API Reference-Scenario
Number of APIs: 4
-
Fetch a list of books GET {{baseUrl}}/books
-
Create a new book POST {{baseUrl}}/books/
-
Delete the book DELETE {{baseUrl}}/books/:id
-
Verify the book is deleted GET {{baseUrl}}/books/:id
Number of APIs: 4
Fetch a list of books GET {{baseUrl}}/books
Create a new book POST {{baseUrl}}/books/
Delete the book DELETE {{baseUrl}}/books/:id
Verify the book is deleted GET {{baseUrl}}/books/:id