forked from loafle/openapi-generator-original
* n4js initial commit * incorporate feedback from user * add tests * fix media type in case of DELETE method * fix media type * some minor fixes * options fix for booleans * small fixes * generated files by ./bin/utils/ensure-up-to-date * remove String::toLowerCase due to de.thetaphi:forbiddenapis * adjust test expectation * fix test expectations * fix test expectation * add note to section 'Languages/Generators' * remove file according to review * replace tabs by spaces * replace tabs by spaces (2) * update two generated files * remove test file * move statement
10 lines
352 B
YAML
10 lines
352 B
YAML
generatorName: n4js
|
|
outputDir: samples/client/petstore/n4js
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/n4js
|
|
additionalProperties:
|
|
apiPackage: "api"
|
|
modelPackage: "model"
|
|
fetchExecuterConstName: "FETCH_EXEC"
|
|
fetchExecuterConstImplPath: "FetchExecuterMock"
|