Beta 6.0 - OpenAPI Files

I'm looking to generate an API Client against the openapi files that are contained in the FTL repo.

Using the tools in this repo I am able to generate a client, but the resulting code does not compile. I tried in C# and in typescript; I did not try each language available.

I tested the yaml files in the repo against this validator and it passed.

At this point I'm curious what are the thoughts on pushing this forward.

Is what I'm doing supported and thus we'd be interested in a gist that has the step-by-step repro steps? Or is this unsupported and can be dropped?

Thanks!

As that is a compile time error prompted by code generated by Swagger Codegen, you should approach them with your findings.

They should be able to tell you what kind of API they'd support and what triggered the compilation error, whether that was caused by your environment (e.g. missing some dependencies) or perhaps some unexpected API. For the latter, they would be able to also fix that in their code, so they would log an error instead of generating non-compiling code.