skrusty / dotswaggen

DotSwagGen is a command line code generator for the swagger specification written in C#
MIT License
14 stars 5 forks source link

Swagger ver 2 support? #4

Closed cmshawns closed 8 years ago

cmshawns commented 9 years ago

I see that the readme mentioned versions 1.2 and 1.1. Are there plans to support version 2.0?

skrusty commented 9 years ago

Yes, I need to commit some new code to handle version selection based on the swagger input file. Although 2.0 support is not top of my list, so once that code is checked in, by all means contributions are welcome.

sterkinternet commented 9 years ago

@skrusty can you commit the new code?

skrusty commented 9 years ago

It's not finished! I've not had time to work on this for some time, and only really made a small start on it. However, if you wanted to implement it yourself please feel free to make a pull request, I'd happily look at including it in dotswaggen.