Skip to content

Commit

Permalink
Fixed review findings
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Apr 17, 2024
1 parent aba8b47 commit 5192ab3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions doc/developer_guide/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ poetry run nox generate-api
If you want to retrieve the JSON definition for the API model from a different
source then just edit file `noxfile.py`.

Candidates
* https://cloud.exasol.com/openapi.json
* https://cloud-staging.exasol.com/openapi.json
* https://cloud-staging.exasol.com/internal-api.json

### Read JSON definition From a Local File

Use CLI option `--path` to read the JSON definition from a local file instead of a URL:
Expand Down
2 changes: 1 addition & 1 deletion exasol/saas/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Package openapi contains the API generated from the JSON definition.
"""

SAAS_HOST = "https://cloud-staging.exasol.com"
SAAS_HOST = "https://cloud.exasol.com"

0 comments on commit 5192ab3

Please sign in to comment.