EasyFetch Client is a vs code extension that will help you test your apis directly from vs code. you can activate it by ctrl+shift+p then type Easy fetch Client
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
easyfetch-client is a VS Code extension that allows you to easily test REST APIs directly within your editor. It provides a user-friendly interface to send requests and view responses, all from within the comfort of your development environment.
you can activate it by ctrl+shift+p then type Easy fetch Client
Features
Send HTTP requests (GET, POST, PUT, DELETE) to REST APIs
Add and manage headers for requests
Input request bodies in JSON format
View formatted responses including status, headers, cookies, and response body
Simple and intuitive interface built for developers
Requirements
Currently, easyfetch does not have any configurable settings.
Known Issues
Currently only supports REST APIs.
Limited support for more complex HTTP methods (e.g., PATCH, OPTIONS).