Oq: Terminal OpenAPI Spec Viewer
54 der_gopher 5 9/12/2025, 2:53:45 PM github.com ↗
Comments (5)
RadiozRadioz · 37m ago
Nice, I'll find this useful. I reference OpenAPI specs frequently as I practice spec-driven development. The spec is my source of truth for the interface, and I use it to generate both my client and server code. It automates all the request handling boilerplate on both sides, including validation, and provides me a typed interface regardless of which language I'm using. OpenAPI of course limits the types of endpoints you can create, but I find those limits stop you doing things that are strange/surprising. I find that creating APIs that can be expressed nicely in OpenAPI leads to APIs that have a consistent feel with few gotchas and a satisfyingly predictable developer experience.
der_gopher · 6m ago
100%, also openapi specs are usually huge yaml/json files and it's very hard to navigate them.
oulipo2 · 1h ago
Really cool! would be cool to be able to do the actual call too :)
der_gopher · 7m ago
I believe it will come to that too.
rtk0 · 1h ago
Love this.