From 3097632d2d6207fa0279a039806355b2df6f2955 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 23 Sep 2025 17:16:37 +0200 Subject: feat(scripts/generate_api_client.sh): Make the API better by configuring the generation parameters --- scripts/api-config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/api-config.yaml (limited to 'scripts/api-config.yaml') 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 -- cgit 1.4.1