We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdd7ab commit e51988dCopy full SHA for e51988d
1 file changed
src/libs/DeepL/generate.sh
@@ -3,7 +3,7 @@ set -euo pipefail
3
4
dotnet tool install --global autosdk.cli --prerelease
5
rm -rf Generated
6
-curl --fail --silent --show-error -o openapi.yaml https://raw.githubusercontent.com/DeepLcom/openapi/main/openapi.yaml
+curl --fail --silent --show-error -L -o openapi.yaml https://raw.githubusercontent.com/DeepLcom/openapi/main/openapi.yaml
7
8
# Fix auth: convert apiKey → http/bearer for AutoSDK constructor generation
9
yq -i '
0 commit comments