api-v1 initial commit
This commit is contained in:
parent
4b0dc1c25b
commit
4073edbfcb
5 changed files with 8 additions and 8 deletions
|
@ -3,13 +3,13 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
task validate(type: org.openapitools.generator.gradle.plugin.tasks.ValidateTask){
|
task validate(type: org.openapitools.generator.gradle.plugin.tasks.ValidateTask){
|
||||||
inputSpec = "./garage/doc/api/garage-admin-v0.yml"
|
inputSpec = "./garage/doc/api/garage-admin-v1.yml"
|
||||||
recommend = true
|
recommend = true
|
||||||
}
|
}
|
||||||
|
|
||||||
task buildPythonClient(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
|
task buildPythonClient(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
|
||||||
generatorName = "python"
|
generatorName = "python"
|
||||||
inputSpec = "./garage/doc/api/garage-admin-v0.yml"
|
inputSpec = "./garage/doc/api/garage-admin-v1.yml"
|
||||||
outputDir = "$rootDir/garage-admin-sdk-python"
|
outputDir = "$rootDir/garage-admin-sdk-python"
|
||||||
gitHost = "git.deuxfleurs.fr"
|
gitHost = "git.deuxfleurs.fr"
|
||||||
gitUserId = "garage-sdk"
|
gitUserId = "garage-sdk"
|
||||||
|
@ -23,7 +23,7 @@ task buildPythonClient(type: org.openapitools.generator.gradle.plugin.tasks.Gene
|
||||||
|
|
||||||
task buildGoClient(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
|
task buildGoClient(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
|
||||||
generatorName = "go"
|
generatorName = "go"
|
||||||
inputSpec = "./garage/doc/api/garage-admin-v0.yml"
|
inputSpec = "./garage/doc/api/garage-admin-v1.yml"
|
||||||
outputDir = "$rootDir/garage-admin-sdk-golang"
|
outputDir = "$rootDir/garage-admin-sdk-golang"
|
||||||
gitHost = "git.deuxfleurs.fr"
|
gitHost = "git.deuxfleurs.fr"
|
||||||
gitUserId = "garage-sdk"
|
gitUserId = "garage-sdk"
|
||||||
|
@ -36,7 +36,7 @@ task buildGoClient(type: org.openapitools.generator.gradle.plugin.tasks.Generate
|
||||||
|
|
||||||
task buildJavascriptClient(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
|
task buildJavascriptClient(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
|
||||||
generatorName = "javascript"
|
generatorName = "javascript"
|
||||||
inputSpec = "./garage/doc/api/garage-admin-v0.yml"
|
inputSpec = "./garage/doc/api/garage-admin-v1.yml"
|
||||||
outputDir = "$rootDir/garage-admin-sdk-js"
|
outputDir = "$rootDir/garage-admin-sdk-js"
|
||||||
gitHost = "git.deuxfleurs.fr"
|
gitHost = "git.deuxfleurs.fr"
|
||||||
gitUserId = "garage-sdk"
|
gitUserId = "garage-sdk"
|
||||||
|
|
2
garage
2
garage
|
@ -1 +1 @@
|
||||||
Subproject commit 30f1636a00ffc60d1c9ac1d3781ccee21669e54d
|
Subproject commit 3684c29ad05458500b154428bfec6a8c15b2cdef
|
|
@ -1 +1 @@
|
||||||
Subproject commit c965fe7f7dc93b9b9a65ec4015c4e7ede0f6121b
|
Subproject commit bdb4b9b29f5bef65fe7e700baa61d60aa9ee7294
|
|
@ -1 +1 @@
|
||||||
Subproject commit 635d3c1517482099289de1e01c21877b4659208e
|
Subproject commit c31d1d046f91ec0f67d661ef881a2d572f3e374a
|
|
@ -1 +1 @@
|
||||||
Subproject commit f48df53ba21b9b544a503801fe0762c70bd1a5ae
|
Subproject commit 715450cfe62f67f2957ed5026505750ca2bf8a1a
|
Loading…
Reference in a new issue