The Best way to test your REST API Code | Test Rest API with VSCode

preview_player
Показать описание
In this video, we go over one of my favorite VS Code extensions: The Rest Client.

With This Extension - I can easily test queries to REST APIs within my Code environment. No need for complicated tools like postman or manually building queries. Simply put the URL in a text file, hit the hotkey and you can run a REST query.
Рекомендации по теме
Комментарии
Автор

Are you using VS Code as an API client yet?

DevOpsJourney
Автор

*Useful Tip:* If you write these test requests in a file with .http extension then VSCode gives you a "Send Request" button in the editor automatically. Moreover, if you seperate each request with "###", then you get an individual button for each request

erkanturan
Автор

Lifesaber you need a lightsaver, lol seriously thank you you're a lifesaver.

labanane
Автор

Thanks a lot i was learning MERN stack in CCBP, they provided docker VS code ubuntu,
i could not findout the extension they were providing, but now i can do that on my own VS code, damm this the extension, i was searching for

random
Автор

ty so much for sharing this extension... now testing api's will be so much easier

zzzbyyy
Автор

Quick and easy to understand! Thank you.

puppyguard
Автор

Great tool. Thanks for sharing your knowledge <3

ninewinged
Автор

Command 'Rest Client: Send Request resulted in an error command 'rest-client.request' not found

ainunnafiah
Автор

Is this based on some kind of standard or something specific to VSCode ?

hxspzup
Автор

why i have an error : command 'rest-client.request not found' when i ctrl + shift + p and used Rest client: send request ?

viewvue
Автор

Thank you for the tutorial! I tried it on my own and I get an error saying "The connection was rejected". What would be the potential problem?

jongjinjung
Автор

How do you configure you connections and like password and access tokens

MrSuhas
Автор

you could've shown how to post data, that's pretty useful too

MiSt
Автор

Just answering: Why would be better use this extensions instead of Postman? I have tried to use it but It feels less productive than Postman. Unless I'm missering something. Thanks!

pepemonleon
Автор

I think maybe record this video again to get syntax highlighting

simmigonflagg
Автор

hi, is not working with localhost it says connection was rejected

hasanalshareef