Parsing OpenAPI 3.1 Spec into HttpApi for Client Generation
Hi ! Is there a way to parse an openapi 3.1 spec into an
HttpApi? I'd like to do this to then generate a client with HttpApiClient.make(). Cheers.