
You can creat a collection, add an activity to a collection, import collections and even import postman collections.There are some demo codes to make request in different languages along with third party libraries.The response being marked up with colors looks beautiful along with status, size and time. In the response section you can see the headers, cookies and test results along with the response.
POSTMAN ALTERNATIVE CODE
Another cool feature call Tests where you can add your necessary conditions for testing like you want the response code to be equal to 200 or you want the response body to contain a fixed value.A body section where data can be sent using json, xml, text, form, form-encoded, graphql.A separate section for adding necessary http headers as key value pairs.There are separate sections to add Basic Auth, Bearer Token and OAuth2.0 which is pretty cool.


What if you could test these in the editor without opening another app like Postman? This is absolutely possible now if your VS Code is having the latest version (1.57). You are given a collection of rest api endpoints. You have successfully designed the user interfaces and now its time to bind data from back end api. Suppose you are working on the front end of a project.
