Skip to content

Commit b35a7c3

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@dad8c57)
Co-authored-by: Leopold-Cramer <Leopold-Cramer@users.noreply.github.com>
1 parent c1dc2cc commit b35a7c3

File tree

139 files changed

+13810
-9948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+13810
-9948
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LICENSE
22
=======
33

4-
Copyright 2021-2025 Cosmo Tech
4+
Copyright 2021-2022 Cosmo Tech
55

66
You are authorized to use this software following the execution of a specific agreement with Cosmo Tech or with an authorized licensee of Cosmo Tech.
77

README.md

Lines changed: 233 additions & 124 deletions
Large diffs are not rendered by default.

cosmotech_api/__init__.py

Lines changed: 134 additions & 180 deletions
Large diffs are not rendered by default.

cosmotech_api/api/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# flake8: noqa
22

33
# import apis into api package
4+
from cosmotech_api.api.connector_api import ConnectorApi
45
from cosmotech_api.api.dataset_api import DatasetApi
5-
from cosmotech_api.api.meta_api import MetaApi
66
from cosmotech_api.api.organization_api import OrganizationApi
77
from cosmotech_api.api.run_api import RunApi
88
from cosmotech_api.api.runner_api import RunnerApi
9+
from cosmotech_api.api.scenario_api import ScenarioApi
10+
from cosmotech_api.api.scenariorun_api import ScenariorunApi
911
from cosmotech_api.api.solution_api import SolutionApi
12+
from cosmotech_api.api.twingraph_api import TwingraphApi
1013
from cosmotech_api.api.workspace_api import WorkspaceApi
1114

cosmotech_api/api/dataset_api.py

Lines changed: 3872 additions & 1685 deletions
Large diffs are not rendered by default.

cosmotech_api/api/organization_api.py

Lines changed: 1414 additions & 590 deletions
Large diffs are not rendered by default.

cosmotech_api/api/run_api.py

Lines changed: 804 additions & 149 deletions
Large diffs are not rendered by default.

cosmotech_api/api/runner_api.py

Lines changed: 590 additions & 634 deletions
Large diffs are not rendered by default.

cosmotech_api/api/solution_api.py

Lines changed: 908 additions & 2437 deletions
Large diffs are not rendered by default.

cosmotech_api/api/workspace_api.py

Lines changed: 1609 additions & 775 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)