OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Its basically a csharp code generator that generates accessors as part of the build process. It doesn't support openapi but that is basically where we can come in.
I'm wondering whether it might be interesting to support a generator for it. I'm willing to give it a try anyway.
The advantage would be that there is no ApiClient to maintain, essentially this would boil down to generating api-accessor interfaces and model classes.
Any thoughts? @mandrean @frankyjuang @shibayan @Blackclaws @lucamazzanti @wing328 @devhl-labs
Someone pointed me at this neat little library:
https://github.com/reactiveui/refit
Its basically a csharp code generator that generates accessors as part of the build process. It doesn't support openapi but that is basically where we can come in.
I'm wondering whether it might be interesting to support a generator for it. I'm willing to give it a try anyway.
The advantage would be that there is no ApiClient to maintain, essentially this would boil down to generating api-accessor interfaces and model classes.
Any thoughts? @mandrean @frankyjuang @shibayan @Blackclaws @lucamazzanti @wing328 @devhl-labs