VS Code REST Client
To easily test endpoints without needing Postman...
-
Install the REST Client VS Code extension.
-
Create a file to hold the endpoints (e.g.
/requests/endpoints.rest). -
Add test endpoints separated by
###.
- Click on the
send requestlink above any of the endpoints to test.