https://github.com/exasol/saas-api-python
API to enable python applications connecting to Exasol database SaaS instances and using their SaaS services
https://github.com/exasol/saas-api-python
exasol-integration foundation-library integration-testing
Last synced: about 1 year ago
JSON representation
API to enable python applications connecting to Exasol database SaaS instances and using their SaaS services
- Host: GitHub
- URL: https://github.com/exasol/saas-api-python
- Owner: exasol
- License: mit
- Created: 2024-04-03T12:25:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:50:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T11:17:33.045Z (almost 2 years ago)
- Topics: exasol-integration, foundation-library, integration-testing
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SaaS API for Python
API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services.
The model layer of this API is generated from the OpenAPI specification in JSON format of the SaaS API https://cloud.exasol.com/openapi.json using [openapi-python-client](https://github.com/openapi-generators/openapi-python-client).
A GitHub action will check each morning if the generated model layer is outdated.
See
* [User Guide](doc/user_guide/user-guide.md)
* [Developer Guide](doc/developer_guide/developer_guide.md)