1. Introduction to Rest Api | Executing basic api in postman | Starting your api automation journey

Опубликовано: 10 Октябрь 2024
на канале: Testing Gyan
649
22

Hi Guys,

In this video we will learn about Rest Api's in general and executing first command in postman

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.