API Connector is a tool for VSCode that allows you to test endpoints. With it, you can make an HTTP request to any API that uses the HTTP protocol and its GET, POST, PUT, and DELETE verbs. This extension was created to provide something practical within the VSCode development environment, making your work easier and more efficient.
🎉 Features
🔥 Add multiple headers
🔥 Export API response
🔥 Field to add request parameters
🔥 Section for custom Authorization (Bearer, OAuth...)
🔥 Create custom environment variables
🔥 Collapsible panels
🔥 New Instance button
🔥 Light and Dark Themes with autosave
🔥 Request History with click action
📥 Installation
With VSCode
Open Visual Studio Code.
Go to View > Extensions or use the shortcut Ctrl+Shift+X.
Search for API Connector.
Click Install to install the extension.
Manual Installation
Download the .vsix file of the extension.
Open Visual Studio Code.
Go to View > Extensions or use the shortcut Ctrl+Shift+X.
Click the three dots in the top right corner and select Install from VSIX....
Select the .vsix file and click Install.
🧑💻 How to Use
Usage Examples
apiConnector.openPanel: To use the command, press Ctrl+Shift+P and type Open API Connector Panel.
After creating your custom environment variable, use it in the designated field with {{YOUR_VARIABLE}}.
When using the Authorization session, header fields may become optional depending on the API being used.
🐞 Contributing
If you would like to contribute to the development of this extension, follow these steps: