aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/openapi
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-17 09:03:49 +0100
committerChocobozzz <me@florianbigard.com>2020-02-17 09:03:49 +0100
commit1d17d86349fd2b3a9bc85145d02383ba4aea4dc0 (patch)
tree8f6e7138123b8f7c46d618f9695c30a39f16e111 /support/openapi
parenta30a136c9896c656cab98d2c92cde32c534dc098 (diff)
parent45de2dfcb5b3d56f0bc978b25b9746354890262e (diff)
downloadPeerTube-1d17d86349fd2b3a9bc85145d02383ba4aea4dc0.tar.gz
PeerTube-1d17d86349fd2b3a9bc85145d02383ba4aea4dc0.tar.zst
PeerTube-1d17d86349fd2b3a9bc85145d02383ba4aea4dc0.zip
Merge branch 'open-api-clients' into develop
Diffstat (limited to 'support/openapi')
-rw-r--r--support/openapi/go.yaml3
-rw-r--r--support/openapi/kotlin.yaml6
-rw-r--r--support/openapi/python.yaml5
3 files changed, 14 insertions, 0 deletions
diff --git a/support/openapi/go.yaml b/support/openapi/go.yaml
new file mode 100644
index 000000000..7136da912
--- /dev/null
+++ b/support/openapi/go.yaml
@@ -0,0 +1,3 @@
1# https://openapi-generator.tech/docs/generators/go
2
3packageName: peertube
diff --git a/support/openapi/kotlin.yaml b/support/openapi/kotlin.yaml
new file mode 100644
index 000000000..7a01ae6e5
--- /dev/null
+++ b/support/openapi/kotlin.yaml
@@ -0,0 +1,6 @@
1# https://openapi-generator.tech/docs/generators/kotlin
2
3artifactId: peertube-api
4groupId: org.peertube
5packageName: org.peertube.client
6
diff --git a/support/openapi/python.yaml b/support/openapi/python.yaml
new file mode 100644
index 000000000..819a466eb
--- /dev/null
+++ b/support/openapi/python.yaml
@@ -0,0 +1,5 @@
1# https://openapi-generator.tech/docs/generators/python
2
3packageName: peertube
4projectName: peertube
5