DEV Community

Discussion on: These 20 Awesome API Clients Will Change How You Work with APIs

Collapse
 
therealmrmumba profile image
Emmanuel Mumba

Great question! For VS Code, I recommend the REST Client extension — it lets you send HTTP requests directly from .http files, making testing APIs super easy without leaving the editor. It’s lightweight and very popular among devs.

There are also some others like Thunder Client if you want a more Postman-like experience inside VS Code.

Collapse
 
kasuken profile image
Emanuele Bartolesi

Thunder Client is a good client.
As Emmanuel said, it's similar to Postman, but with fewer features.