Oq: Terminal OpenAPI Spec Viewer
github.com
Oq: Terminal OpenAPI Spec Viewer
1–10 of 22 posts
Re: Oq: Terminal OpenAPI Spec Viewer
#2Re: Oq: Terminal OpenAPI Spec Viewer
#3Re: Oq: Terminal OpenAPI Spec Viewer
#4Re: Oq: Terminal OpenAPI Spec Viewer
#5Re: Oq: Terminal OpenAPI Spec Viewer
#6Really cool! would be cool to be able to do the actual call too :)
Re: Oq: Terminal OpenAPI Spec Viewer
#7Nice, 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…
Re: Oq: Terminal OpenAPI Spec Viewer
#8I see it notes OpenAPI 3.1 support, but it's using kin-openapi which doesn't yet support OpenAPI - how have you managed that?
(speaking as someone building on top of kin-openapi, as a core maintainer for oapi-codegen)
Re: Oq: Terminal OpenAPI Spec Viewer
#9Ooh interesting! I see it notes OpenAPI 3.1 support, but it's using kin-openapi which doesn't yet support OpenAPI - how have you managed that? (speaking as someone building on top of kin-openapi, as a core maintainer for oapi-codegen)
Re: Oq: Terminal OpenAPI Spec Viewer
#10https://blacksmoke16.github.io/oq/ | https://github.com/Blacksmoke16/oq
(as I discovered when I installed oq via homebrew to find myself with a different app)