Skip to content

Instantly share code, notes, and snippets.

@godrix
Created January 1, 2026 22:30
Show Gist options
  • Select an option

  • Save godrix/57e0eeb89ae3c8fd21fcc1f1f3b4b489 to your computer and use it in GitHub Desktop.

Select an option

Save godrix/57e0eeb89ae3c8fd21fcc1f1f3b4b489 to your computer and use it in GitHub Desktop.
{
"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