Releases: Ganesan-Chandran/vscode-fetch-client
Releases · Ganesan-Chandran/vscode-fetch-client
v1.0.0
New Features
- UI Customization and support VSCode Themes.
- Test Rest API request with GET, POST, PUT, PATCH, DELETE, HEAD and OPTIONS methods.
- Various authentications which are Basic Auth, Bearer Token and API Key.
- 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, Enivronment Variable are 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.
- Export/Import the Fecth Client's collections and environment variables.
- Add documentation/feedback for each request.
Bug Fixes
-