We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba0c78 commit 577e247Copy full SHA for 577e247
config.json
@@ -2,6 +2,6 @@
2
"packageName": "elabapi_python",
3
"pythonPackageName": "elabapi_python",
4
"projectName": "elabapi-python",
5
- "packageVersion": "0.6.0",
+ "packageVersion": "5.0.0",
6
"packageUrl": "https://github.com/elabftw/elabapi-python"
7
}
helper.sh
@@ -6,6 +6,8 @@
8
# the docker image used to generate the client code
9
+# not running latest version because of https://github.com/swagger-api/swagger-codegen/issues/12321
10
+# FIXME update to latest once this issue is fixed
11
docker_image="swaggerapi/swagger-codegen-cli-v3:3.0.41"
12
# where to grab the definition file
13
openapi_yaml_url="https://raw.githubusercontent.com/elabftw/elabftw/hypernext/apidoc/v2/openapi.yaml"
0 commit comments