forked from loafle/openapi-generator-original
* [swift5] Add Vapor client library * Try to improve overall spacing (#17) * [swift5] try to remove changes in model and api * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * [swift5] update sample projects * Update samples * [swift5] vapor: return clientResponse when no default case * Update samples Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
13 lines
451 B
YAML
13 lines
451 B
YAML
generatorName: swift5
|
|
outputDir: samples/client/petstore/swift5/vaporLibrary
|
|
library: vapor
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/swift5
|
|
generateAliasAsModel: true
|
|
additionalProperties:
|
|
projectName: PetstoreClient
|
|
useSPMFileStructure: true
|
|
useClasses: true
|
|
useBacktickEscapes: true
|
|
mapFileBinaryToData: true
|