zio / zio-http

A next-generation Scala framework for building scalable, correct, and efficient HTTP clients and servers
https://zio.dev/zio-http
Apache License 2.0
787 stars 396 forks source link

How to generate openapi docs from Endpoint? #2109

Closed liewhite closed 1 month ago

liewhite commented 1 year ago

I saw this feature is checked in #1532. But I didn't find how to

albertocalderari commented 1 year ago

I use tapir, but it's being a massive pain

narma commented 1 year ago

Looks like related issue #1498

guizmaii commented 1 month ago

See https://zio.dev/zio-http/reference/endpoint#openapi-documentation

Closing