Created
January 1, 2026 22:30
-
-
Save godrix/57e0eeb89ae3c8fd21fcc1f1f3b4b489 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "1.0.0", | |
| "lastUpdated": "2026-01-01T00:00:00Z", | |
| "recommendations": [ | |
| { | |
| "id": "api-development-tools", | |
| "name": "API Development Tools", | |
| "description": "Tools for API development and testing", | |
| "context": { | |
| "hasFolder": [ | |
| ".git" | |
| ], | |
| "files": [ | |
| "package.json", | |
| "requirements.txt", | |
| "pom.xml" | |
| ] | |
| }, | |
| "items": [ | |
| { | |
| "id": "generate-http-files", | |
| "name": "Generate HTTP Files from Endpoints", | |
| "description": "Analyze project to find API endpoints and generate HTTP request files for each", | |
| "type": "command", | |
| "tags": [ | |
| "api", | |
| "http", | |
| "testing", | |
| "automation", | |
| "endpoints" | |
| ], | |
| "category": "development", | |
| "author": "caggodri", | |
| "version": "1.0.0", | |
| "gistId": "https://gist.github.com/godrix/f5d70d53cfe9e084f095ccfa48deeac4" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment