Skip to content

Commit f354085

Browse files
committed
docs: use YAML for OpenAPI spec and add config.json
1 parent 84b011e commit f354085

File tree

3 files changed

+733
-663
lines changed

3 files changed

+733
-663
lines changed

config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"packageName": "supportpal_api_client",
3+
"projectName": "supportpal-python-client",
4+
"apiVersion": "1.0.0",
5+
"packageVersion": "1.0.0",
6+
"outputDir": "./",
7+
"modelPackage": "models",
8+
"apiPackage": "api"
9+
}

0 commit comments

Comments
 (0)