Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>API ConnectorNew to Visual Studio Code? Get it now.
API Connector

API Connector

valossa515

|
23 installs
| (0) | Free
Extension to connect to API very simple
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

📦 API Connector

🚀 Description

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

  1. Open Visual Studio Code.
  2. Go to View > Extensions or use the shortcut Ctrl+Shift+X.
  3. Search for API Connector.
  4. Click Install to install the extension.

Manual Installation

  1. Download the .vsix file of the extension.
  2. Open Visual Studio Code.
  3. Go to View > Extensions or use the shortcut Ctrl+Shift+X.
  4. Click the three dots in the top right corner and select Install from VSIX....
  5. Select the .vsix file and click Install.

🧑‍💻 How to Use

Usage Examples

  1. apiConnector.openPanel: To use the command, press Ctrl+Shift+P and type Open API Connector Panel.

  2. After creating your custom environment variable, use it in the designated field with {{YOUR_VARIABLE}}.

  3. 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:

  1. Fork https://github.com/Valossa515/api-connector.git
  2. Create a new branch for your feature: git checkout -b my-new-feature.
  3. Make your changes and commit: git commit -am 'Add new feature'.
  4. Push to your branch: git push origin my-new-feature.
  5. Open a Pull Request.

📝 License

The API Connector extension is licensed under the MIT License. See the LICENSE file for more details.

📱 Support

If you have any issues or suggestions, open an issue on the repository or contact us via [fe.mmo515@gmail.com].


Hope you enjoy the extension and have an amazing experience with it! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft