Hi Guys,
In this video we will learn to create maven project in eclipse and automating our first api request.
Do follow complete playlist for better understanding.
Follow us on Instagram
/ testing.gyan
Connect with us on LinkedIn
Tarun Prashar - / tarun-prashar-8335b774
Jatin Sukhija - / jatin-sukhija-ab2aa8147
-------Books Api Documentation------
Simple Books API
This API allows you to reserve a book.
BaseURl = https://simple-books-api.glitch.me
Endpoints
Status
GET /status
Returns the status of the API.
List of books
GET /books
Returns a list of books.
Optional query parameters:
• type: fiction or non-fiction
• limit: a number between 1 and 20.
Get a single book
GET /books/:bookId
Retrieve detailed information about a book.