Search code examples
asp.net-core.net-coreswaggerasp.net-core-2.2flurl

Is there autogenerated code for Flurl using swagger.json?


There are some client generators (eg. Postman, Swagger-codegen https://editor.swagger.io/) that uses libraries such as Restsharp to automatically generate classes for a given swagger.json from an API.

Is there any client generator that does that using Flurl?


Solution

  • To date 19th May 2019 there is none (to the best of my and Google's knowledge).