Add Elm script with Petstore OAS3 (#293)

* add elm script with petstore oas3

* change default value for elm generator

* update default value for elm templates

* fix typo
This commit is contained in:
William Cheng
2018-05-02 23:04:16 +08:00
committed by GitHub
parent 4ce97b6f4e
commit 95e04f91db
14 changed files with 56 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ public class ElmClientCodegen extends DefaultCodegen implements CodegenConfig {
private Set<String> customPrimitives = new HashSet<String>();
protected String packageName = "swagger";
protected String packageName = "openapi";
protected String packageVersion = "1.0.0";
public CodegenType getTag() {