Hey everyone,
Servant is a type-level DSL for APIs. From a Servant API, it is straightforward to generate an OpenAPI specification. I’m trying to go in the other direction: I have a very large OpenAPI 3 spec, and I would like to query it.
So far, I have tried the openapi-generator, a project which can generate OpenAPI clients and servers for many languages, including Haskell (Servant-based and Yesod-based).
Unfortunately, it looks like the generator for haskell is rather outdated. Is there another tool that folks here use?