API Challenges Simulation Walkthrough using Postman

preview_player
Показать описание
The API Challenges have a simulation mode which uses hard coded responses to help you get used to using API tooling and making requests.

This video is a walkthrough of the simulation using Postman.

Find the simulation mode here:

Learn more about the API Challenges here:

---

Remember to subscribe to this YouTube channel.

Learn more about my books and online training at:

Follow me on:

Рекомендации по теме
Комментарии
Автор

why even if you enter the URL and select the POST method, but do not leave the body field empty, it is still a response?
{
"id": 11,
"name": "bob",
"description": ""
}

cryptostart_ua