-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Ganesan Chandran edited this page Aug 25, 2024
·
7 revisions
"Don't leave from VSCode, Stay with it - For Rest API testing. 😎
Fetch Client is Visual Studio Code extension which is used to test the Rest API.
- Open Source
- Lightweight
- UI Customization and support VSCode Themes.
- Test Rest API request with GET, POST, PUT, PATCH, DELETE, HEAD and OPTIONS methods.
- Run curl requests.
- Various authorization mechanisms such as Basic Auth, Bearer Token, API Key and AWS Signature.
- Various post body which are Form, Form-Encoded, Raw (Json, Plain Text, XML), Binary File and GraphQL.
- Syntax highlight for Response data.
- Tree view for JSON and XML responses and HTML preview for HTML responses.
- History, Collection,
EncryptedEnvironment Variable is supported. - Test the API request and response data without any scripts/code.
- Generate code snippet for various languages.
- Save response and test results as File.
-
Bulk Export/ImporttheFetch Client/Postman/Thunder Client'scollections and environment variables. - Add documentation/feedback for each request.
- Set the environment variable data from the response.
- Manage the Cookies.
- Pre-requests in request level as well as collection/folder level.
- Run all the requests in the collection using single click.
- Save all request data in the custom/workspace folder (Team collaboration).
- Supports system variables
- View request and response logs.
- Install via VSCode Extensions
- Open VSCode Extensions panel using
Ctrl+Shift+Xshortcut. - Type
Fetch Clientin Search bar. - Select the
Fetch Clientand install the extension.
- Open VSCode Extensions panel using
- Click the
Fetch Clienticon on the activity bar (left side of the VSCode) or use theCtl+Alt+Nshortcut. - On the Fetch Client
Quick Accessbar, click theNew Requestbutton to test the Rest API. - Select the
Http methodand enter theURLand other parameters such as query parameters, headers, auth details, request body (if required) and click theSendbutton. - The response data will be displayed in the
Responsesection. We can view the response data in the Tree view format forJSONandXMLresponses and HTML preview forHTMLresponses. - All existing requests are available in the
Historysection in the Quick Access Bar.
Fetch Client v1.0.0