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 f06f239 commit 9e9550fCopy full SHA for 9e9550f
bin/api.sh
@@ -32,5 +32,8 @@ done
32
# Remove empty files.
33
find api -size 0 -exec rm "{}" \;
34
35
+# Rename python_worker.api -> worker.api.
36
+mv api/appose/python_worker.api api/appose/worker.api
37
+
38
# Post-process API: normalize | None to ?, expand optional parameters.
39
python3 "$postprocessScript" api
0 commit comments