mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 14:09:12 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user