TinyClient
A lightweight HTTP client extension for Visual Studio Code that provides an intuitive interface for testing APIs and managing HTTP requests.
Features
- Request Management: Organize your HTTP requests in folders
- Multiple HTTP Methods: Support for GET, POST, PUT, DELETE, and other HTTP methods
- Request History: Keep track of your API calls
- Import/Export: Share request collections with your team
- Clean Interface: Simple and intuitive user interface integrated into VS Code
- Response Viewing: View formatted responses with syntax highlighting
Usage
- Open the Command Palette (
Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux)
- Type "TinyClient: Open HTTP Client" to open the main interface
- Use the sidebar to manage your requests:
- Click the "+" icon to create new requests
- Right-click on requests for additional options (rename, duplicate, delete)
- Organize requests into folders for better management
Requirements
- Visual Studio Code version 1.91.0 or higher
Release Notes
0.0.1
Initial release of TinyClient:
- Basic HTTP request functionality
- Request organization with folders
- Import/Export capabilities
- Simple and clean interface
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
- Toggle preview (
Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
- Press
Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!
| |