VS Code API Tester ExtensionA lightweight API Testing tool inside VS Code, designed as a minimal alternative to Postman. Quickly test REST APIs without leaving your coding environment. Features
ScreenshotsInstallationClone the repository:
Open the project in VS Code:
Install dependencies (if any) and compile:
Run the extension in Development Mode:
Open the Debug Panel ( How to UseOpen the Command Palette ( Search for "api tester" and select it. Enter an API URL, select method (GET, POST, PUT, or DELETE), and click Send. Add optional Headers and Body if required. Use Authentication options (Bearer Token / Basic Auth) when needed. View the response JSON inside the panel. ContributingIf you want to improve this extension: Fork the repository Create a new branch for your feature or fix Submit a pull request with your changes LicenseThis project is licensed under the MIT License. Enjoying the extension?If you find this useful, feel free to star ⭐ the repository and contribute! |