Create template dirs for openapi clients and provide README templates
authorAverage Dude <loveisgrief@tuta.io>
Tue, 18 Feb 2020 13:49:11 +0000 (14:49 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Tue, 18 Feb 2020 13:49:11 +0000 (14:49 +0100)
commit170cd639a7ed591184fde23968b2d24dac630e45
treea5221fd1a246122ff95182c9dc1d1fb115dfd483
parent71e75ef27e8f993eaafc73896ac6f22fe91df64a
Create template dirs for openapi clients and provide README templates

The definitions are now also in the template dirs because they will be ignored by the generator.
Generators only use overrides and don't do anything with new files.
scripts/openapi-clients.sh
support/openapi/go.yaml [deleted file]
support/openapi/go/README.mustache [new file with mode: 0644]
support/openapi/go/def.yaml [new file with mode: 0644]
support/openapi/kotlin.yaml [deleted file]
support/openapi/kotlin/README.mustache [new file with mode: 0644]
support/openapi/kotlin/def.yaml [new file with mode: 0644]
support/openapi/python.yaml [deleted file]
support/openapi/python/README.mustache [new file with mode: 0644]
support/openapi/python/def.yaml [new file with mode: 0644]