-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkonfig.yaml
33 lines (32 loc) · 1 KB
/
konfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# yaml-language-server: $schema=https://unpkg.com/konfig-lib@latest/konfig-yaml.schema.json
outputDirectory: /tmp/tubelightcommunications-sdks-out
specInputPath: cpaas_schema.json
specPath: api.json
generators:
java:
version: 1.0.0
groupId: com.tubelightcommunications
artifactId: tubelightcommunications-java-sdk
clientName: Tubelightcommunications
outputDirectory: java
git:
userId: konfig-dev
repoId: tubelightcommunications-sdks/tree/main/java
python:
version: 1.0.0
packageName: tubelightcommunications_client
projectName: tubelightcommunications-python-sdk
outputDirectory: python
clientName: Tubelightcommunications
git:
userId: konfig-dev
repoId: tubelightcommunications-sdks/tree/main/python
php:
disabled: true
version: 1.0.0
packageName: tubelightcommunications-php
outputDirectory: php
invokerPackage: Tubelightcommunications
git:
userId: konfig-dev
repoId: tubelightcommunications-sdks/tree/main/php