Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#17: Updated generated API #18

Merged
merged 5 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changes

* [0.2.0](changes_0.2.0.md)
* [0.1.0](changes_0.1.0.md)

<!--- This MyST Parser Sphinx directive is necessary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown --->
```{toctree}
---
hidden:
---
changes_0.2.0
changes_0.1.0

```
9 changes: 9 additions & 0 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Saas API Python 0.2.0, released <TBD>
ckunki marked this conversation as resolved.
Show resolved Hide resolved

## Summary

This release updates the API.

## Features

* #17: Updated generated API
20 changes: 4 additions & 16 deletions exasol/saas/client/openapi/api/clusters/create_cluster.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions exasol/saas/client/openapi/api/clusters/delete_cluster.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 4 additions & 16 deletions exasol/saas/client/openapi/api/clusters/get_cluster.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 16 additions & 28 deletions exasol/saas/client/openapi/api/clusters/get_cluster_connection.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 4 additions & 16 deletions exasol/saas/client/openapi/api/clusters/list_clusters.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions exasol/saas/client/openapi/api/clusters/scale_cluster.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions exasol/saas/client/openapi/api/clusters/start_cluster.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions exasol/saas/client/openapi/api/clusters/stop_cluster.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading