Skip to content

Commit 810f535

Browse files
csmplatformlalepee
andcommitted
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@01eed37)
Co-authored-by: lalepee <lalepee@users.noreply.github.com>
1 parent b35a7c3 commit 810f535

File tree

139 files changed

+9946
-13808
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

+9946
-13808
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-2022 Cosmo Tech
4+
Copyright 2021-2025 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: 124 additions & 233 deletions
Large diffs are not rendered by default.

cosmotech_api/__init__.py

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

cosmotech_api/api/__init__.py

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

33
# import apis into api package
4-
from cosmotech_api.api.connector_api import ConnectorApi
54
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
119
from cosmotech_api.api.solution_api import SolutionApi
12-
from cosmotech_api.api.twingraph_api import TwingraphApi
1310
from cosmotech_api.api.workspace_api import WorkspaceApi
1411

cosmotech_api/api/dataset_api.py

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

cosmotech_api/api/organization_api.py

Lines changed: 591 additions & 1415 deletions
Large diffs are not rendered by default.

cosmotech_api/api/run_api.py

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

cosmotech_api/api/runner_api.py

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

cosmotech_api/api/solution_api.py

Lines changed: 2436 additions & 907 deletions
Large diffs are not rendered by default.

cosmotech_api/api/workspace_api.py

Lines changed: 773 additions & 1607 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)