{"id":30351048,"url":"https://github.com/iamnishant51/api-testing-vs-code-extension-","last_synced_at":"2026-04-16T11:02:19.217Z","repository":{"id":310162091,"uuid":"1038925592","full_name":"IamNishant51/API-TESTING-vs-code-extension-","owner":"IamNishant51","description":"A vs-code extension just like POSTMAN inside your vs-code, you can test all your APIs inside vs-code.","archived":false,"fork":false,"pushed_at":"2025-09-04T14:52:09.000Z","size":17032,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T12:53:57.482Z","etag":null,"topics":["backend","developer-tools","extensi","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IamNishant51.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-16T05:12:07.000Z","updated_at":"2025-09-07T13:43:26.000Z","dependencies_parsed_at":"2025-08-16T07:37:00.245Z","dependency_job_id":null,"html_url":"https://github.com/IamNishant51/API-TESTING-vs-code-extension-","commit_stats":null,"previous_names":["iamnishant51/api-testing-vs-code-extension-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IamNishant51/API-TESTING-vs-code-extension-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamNishant51%2FAPI-TESTING-vs-code-extension-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamNishant51%2FAPI-TESTING-vs-code-extension-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamNishant51%2FAPI-TESTING-vs-code-extension-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamNishant51%2FAPI-TESTING-vs-code-extension-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IamNishant51","download_url":"https://codeload.github.com/IamNishant51/API-TESTING-vs-code-extension-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IamNishant51%2FAPI-TESTING-vs-code-extension-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","developer-tools","extensi","vscode","vscode-extension"],"created_at":"2025-08-18T23:00:44.440Z","updated_at":"2026-04-16T11:02:19.192Z","avatar_url":"https://github.com/IamNishant51.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Tester Pro\n\n[![VS Code](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=flat\u0026logo=visual-studio-code\u0026logoColor=white)](https://marketplace.visualstudio.com/items?itemName=YourExtensionName)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat\u0026logo=typescript\u0026logoColor=white)\n![API](https://img.shields.io/badge/API-Testing-green)\n\nA powerful Visual Studio Code extension for testing APIs directly within your IDE. Test your endpoints, manage requests, and validate responses without leaving VS Code.\n\n## Features ⚡\n\n- **In-IDE API Testing**: Test API endpoints directly from VS Code\n- **Multiple HTTP Methods**: Support for GET, POST, PUT, DELETE, and more\n- **Request Builder**: Easy-to-use interface for building API requests\n- **Response Viewer**: Clear visualization of API responses\n- **Headers Management**: Custom header configuration\n- **Request History**: Track and reuse previous API calls\n- **JSON Support**: Automatic JSON formatting and validation\n\n## Installation 📥\n\n1. Open Visual Studio Code\n2. Navigate to Extensions (Ctrl+Shift+X)\n3. Search for \"API Testing\"\n4. Click Install\n5. Reload VS Code when prompted\n\n## Usage 🚀\n\n1. Open Command Palette (Ctrl+Shift+P)\n2. Type \"API Test\" to see available commands\n3. Select your desired operation:\n   - Create new request\n   - View request history\n   - Manage environments\n   - View response details\n\n## Key Features in Detail 🎯\n\n### Request Management\n- Create and save API requests\n- Set request methods (GET, POST, PUT, DELETE)\n- Configure request headers\n- Add request body (JSON, Form Data)\n\n### Response Handling\n- View response status codes\n- Format JSON responses\n- Check response headers\n- View response time\n\n### Environment Variables\n- Create multiple environments\n- Manage environment variables\n- Switch between environments\n- Secure sensitive data\n\n### History and Collections\n- Save frequently used requests\n- Organize requests in collections\n- Access request history\n- Export/Import collections\n\n## Requirements 🛠️\n\n- Visual Studio Code 1.60.0 or higher\n- Internet connection for API calls\n- Basic understanding of RESTful APIs\n\n## Extension Settings ⚙️\n\nThis extension contributes the following settings:\n\n- `apiTesting.maxHistory`: Maximum number of requests to keep in history\n- `apiTesting.timeout`: Request timeout in milliseconds\n- `apiTesting.defaultHeaders`: Default headers for new requests\n\n## Tips and Tricks 💡\n\n1. Use keyboard shortcuts for faster testing\n2. Save frequently used requests as templates\n3. Utilize environment variables for different setups\n4. Export collections for team sharing\n\n## Contributing 🤝\n\nContributions are welcome! Here's how you can help:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Author ✍️\n\nNishant Unavane\n- GitHub: [@IamNishant51](https://github.com/IamNishant51)\n- Email: anonymouslucifer400@gmail.com\n\n## Support 🌟\n\nIf you find this extension helpful:\n- Star the GitHub repository\n- Share with your network\n- Report issues or suggest features\n- Consider contributing to the project\n\n## License 📄\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments 🙏\n\n- VS Code Extension API\n- REST API community\n- All contributors and users\n\n---\n\n## Installation\n\n1. Open VS Code.\n2. Go to the **Extensions** view (`Ctrl+Shift+X` or `Cmd+Shift+X` on macOS).\n3. Search for **API Tester Pro**.\n4. Click **Install**.\n\n---\n\nMade with ❤️ by Nishant Unavane\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnishant51%2Fapi-testing-vs-code-extension-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamnishant51%2Fapi-testing-vs-code-extension-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnishant51%2Fapi-testing-vs-code-extension-/lists"}