Thunder Client Generator
Generate Thunder Client collection JSON for VS Code from API endpoint definitions. Produces importable collection format with environment variables for the popular VS Code REST client extension.
How to Use Thunder Client Generator
Enter your collection name and base URL. Define API endpoints using the format METHOD /path - description (one per line). Click Generate to create Thunder Client collection JSON that can be imported into the VS Code extension.
Step-by-Step Instructions
- Enter collection name and base URL
- Define endpoints (e.g. POST /users - Create user)
- Click Generate Thunder Client Collection
- Import JSON into Thunder Client in VS Code
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.