Generating Clients for OpenAPI with Effect/Schema
Good Morning, I am wondering what the effect way of generating a client to access a server that exposes an OpenAPI defined interface. I have done a quick prototype with openapi-typescript, but I was wondering if there was a more "Effect" way of achieving the same - perhaps on top of Effect/Schema ?
