📄️ Overview
Fetch Client is an all-in-one REST API development toolkit built directly into VS Code. Design, test, automate, validate, and monitor your APIs without leaving your editor.
📄️ API Requests
Learn how to create, configure, and send HTTP requests using Fetch Client.
📄️ API Responses
When you send an API request, the server sends back a response. Fetch Client helps you view and analyze these responses in multiple ways.
📄️ Quick Access
The Quick Access sidebar helps you organize, reuse, and manage your API requests. It includes below four tabs and Environment Variable Selector dropdown:
📄️ Testing
📋 Overview
📄️ Environment Variables
Environment variables help you manage dynamic values across your API requests. You can store API keys, base URLs, tokens, and other data that changes between different environments like development, staging, and production.
📄️ Secrets Manager Integration
Keep sensitive values - API keys, passwords, tokens - out of your collections entirely. Instead of typing a secret directly into a variable, point the variable at an AWS Secrets Manager secret, and the extension will fetch the real value for you at request time.
📄️ Cookies
Fetch Client makes working with HTTP cookies simple and automatic. The extension stores cookies from responses and includes them in future requests, just like a web browser does.
🗃️ Advanced
9 items
📄️ cURL
The cURL feature allows you to import and run cURL commands directly in Fetch Client. This makes it easy to test APIs using existing cURL commands without having to recreate requests manually.
📄️ TLS / SSL Client Certificates
Fetch Client supports mutual TLS (mTLS) by allowing you to configure client certificates for specific HTTPS hosts. When a request is sent to a matching host, the configured certificate is automatically attached.
📄️ Workspace and Custom Path
The Workspace feature enables teams to collaborate on API testing by storing and sharing requests in a centralized location.
📄️ Logs
The Logs feature helps you track and monitor all your API requests and responses in Fetch Client. This makes it easy to debug issues and understand what's happening with your API calls.
📄️ UI Customization
Fetch Client offers flexible layout options to help you work more efficiently. Choose the view that best suits your screen size and workflow preferences.
📄️ Others
⌨️ Keyboard Shortcuts