qPostman - API Client for VS Code
A lightweight yet powerful REST API client built right into VS Code, designed for developers who need quick API testing without leaving their editor.
Features ✨
- Intuitive Interface: Clean, theme-aware UI that matches your VS Code theme
- Multiple HTTP Methods: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
- Request Building:
- JSON body editor with formatting
- Raw text body support
- URL parameters builder
- Response Handling:
- Syntax highlighting for JSON responses
- Response time tracking
- Status code visualization
- Request History: Keep track of your recent requests
- Dark/Light Theme Support: Automatically adapts to your VS Code theme
Installation ⚡
- Open VS Code
- Go to the Extensions view (
Ctrl+Shift+X or Cmd+Shift+X )
- Search for "qPostman"
- Click Install
- Reload VS Code if required
Usage 🚀
- Open the command palette (
Ctrl+Shift+P or Cmd+Shift+P )
- Search for and select "Open qPostman"
- Enter your API URL and select HTTP method
- For POST/PUT/PATCH requests:
- Use the JSON tab for structured data
- Use the Raw tab for plain text
- Add parameters as needed
- Click "Send Request"
- View response in the bottom panel
Keyboard Shortcuts
Command |
Windows/Linux |
macOS |
Open qPostman |
Ctrl+Alt+Q |
Cmd+Alt+Q |
Screenshots 📷
Dark Theme

Light Theme

| |