about summary refs log tree commit diff stats
path: root/scripts/api-config.yaml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-23 17:16:37 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-23 17:16:37 +0200
commit3097632d2d6207fa0279a039806355b2df6f2955 (patch)
tree1d410255f50f47b0c823ccc6447cfb7073ab8801 /scripts/api-config.yaml
parentfeat(crates/rocies-server): Don't make the newtype wrappers transparent in th... (diff)
downloadserver-3097632d2d6207fa0279a039806355b2df6f2955.zip
feat(scripts/generate_api_client.sh): Make the API better by configuring the generation parameters
Diffstat (limited to 'scripts/api-config.yaml')
-rw-r--r--scripts/api-config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/api-config.yaml b/scripts/api-config.yaml
new file mode 100644
index 0000000..686b211
--- /dev/null
+++ b/scripts/api-config.yaml
@@ -0,0 +1,12 @@
+---
+
+avoidBoxedModels: true
+bestFitInt: true
+packageName: "rocie-client"
+packageVersion: "0.1.0"
+preferUnsignedInt: true
+supportAsync: true
+supportMiddleware: false
+supportMultipleResponses: false
+useSingleRequestParameter: false
+withAWSV4Signature: false