Is there any way to do class mapping (for C # for example) like AutoRest?
Hi,
it is already implemented. In fact the api docs sites are generated from the swagger files.
e.g.: https://cloud.squidex.io/api/content/squidex-website/docs
If you download the specification file you can put them into a code generator. I use NSwag by myself (https://github.com/RSuter/NSwag)
1 Like
Ohhh, thanks man <3 !