Skip to content

Commit

Permalink
Api v2 pydantic v2 (#154)
Browse files Browse the repository at this point in the history
* wip Move old client; Openapi-codegen doesn't overwrite pyproject.toml?

* Add v2 + pydantic wip client

* Add quick/test example
  • Loading branch information
liviuba authored Aug 20, 2024
1 parent 03e74ca commit 255778d
Show file tree
Hide file tree
Showing 285 changed files with 37,859 additions and 13,242 deletions.
6 changes: 3 additions & 3 deletions clients/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker run -it --rm \
-v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro --user $(id -u) \
-v ${PWD}:/mnt/share \
-w /mnt/share \
openapitools/openapi-generator-cli:v7.0.0 \
openapitools/openapi-generator-cli:v7.8.0 \
generate --config openapi_config_python.yml -i openapi.json -g python -o python
```

Expand All @@ -18,7 +18,7 @@ docker run -it --rm \
-v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro --user $(id -u) \
-v ${PWD}:/mnt/share \
-w /mnt/share \
openapitools/openapi-generator-cli:v7.0.0 \
openapitools/openapi-generator-cli:v7.8.0 \
config-help -g python
```

Expand All @@ -27,5 +27,5 @@ docker run -it --rm \
-v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro --user $(id -u) \
-v ${PWD}:/mnt/share \
-w /mnt/share \
openapitools/openapi-generator-cli:v7.0.0 \
openapitools/openapi-generator-cli:v7.8.0 \
author template -g python -o python_template
Loading

0 comments on commit 255778d

Please sign in to comment.