Today’s fun project: a small CLI for my LLM-powered API mocking tool (Ollama / LM Studio / OpenAI).
Load an OpenAPI spec and it behaves like the real API — REST, GraphQL, gRPC, SignalR, and SSE all supported.
Or just call endpoints like /api/users/43.
Releases: https://github.com/scottgal/LLMApi/releases
Write-up: https://www.mostlylucid.net/blog/building-a-frontend-before-the-api-is-ready-mostlylucid-mockllmapi


