Using Visual Studio Code for REST
For quite some time now, my go-to tool for testing REST API requests has been Postman. Each development team that builds an API service manages their own Postman Collection, which they subsequently share with me on a regular basis. One of my biggest issues with this approach is that every time a team changes the API, I need to import the updated collection. While Postman offers a service through which teams can share collections, this operates by placing a given collection outside the project’s version control system. »