From 002df3813d13c5accd36d7943af2b17376a6d1ac Mon Sep 17 00:00:00 2001 From: Average Dude Date: Fri, 14 Feb 2020 14:14:14 +0100 Subject: OpenAPI clients generation --- support/openapi/go.yaml | 3 +++ support/openapi/kotlin.yaml | 6 ++++++ support/openapi/python.yaml | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 support/openapi/go.yaml create mode 100644 support/openapi/kotlin.yaml create mode 100644 support/openapi/python.yaml (limited to 'support/openapi') 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 @@ +# https://openapi-generator.tech/docs/generators/go + +packageName: 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 @@ +# https://openapi-generator.tech/docs/generators/kotlin + +artifactId: peertube-api +groupId: org.peertube +packageName: org.peertube.client + 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 @@ +# https://openapi-generator.tech/docs/generators/python + +packageName: peertube +projectName: peertube + -- cgit v1.2.3