Is VScode's Rest Client better than Postman?

preview_player
Показать описание
Making HTTP network requests has traditionally been the domain of Postman if you've ever been looking to emulate how they might work in a web application. Well now there's a new player in town that allows HTTP network requests to be made right from within your VScode terminal - Rest Client. You can install the rest client from the extensions tab in your VScode editor and then you can create a rest file using the .rest extension.

In this video we look at how we can make all types of HTTP requests from one .rest file in 4 minutes.

#https #programming #coding

🔥 Get More Content - Subscribe and click le notification bell to stay tuned for all the fun & exciting tutorials to come!

🔖 Topics Covered

- HTTP network requests
- Postman alternative
- RESTful API
Рекомендации по теме
Комментарии
Автор

I like that you can simply keep that .rest file as tests in your project.

leoingson
Автор

Simple and straightforward, nice video :)

lucaslima
Автор

Great explanation, however what do you think about this extension vs the Postman extension for vs code ?

damianroiz