I'm using swagger-codegen directly from the command line:
java -jar swagger-codegen-cli-2.2.3.jar generate -i swagger.yaml -o tmp -l
csharp -c config.json
config.json looks like this:
{
"packageName": "NancyApi",
"packageVersion": "1.0.0",
"targetFramework": "v4.5",
"generatePropertyChanged": true,
"useCollection": true
}
Is there a better group for this type of question?
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.