Skip to content

Commit 07c213a

Browse files
Replace download_url with /file endpoint
1 parent f72a15b commit 07c213a

48 files changed

Lines changed: 4150 additions & 178 deletions

Some content is hidden

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

codegen/in/archive/openapi_1.3.0+dev.305920c97bb.json

Lines changed: 2970 additions & 0 deletions
Large diffs are not rendered by default.

codegen/in/openapi.json

Lines changed: 245 additions & 41 deletions
Large diffs are not rendered by default.

codegen/out/.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ aignx/codegen/models/run_output.py
3232
aignx/codegen/models/run_read_response.py
3333
aignx/codegen/models/run_state.py
3434
aignx/codegen/models/run_termination_reason.py
35+
aignx/codegen/models/scheduling_request.py
36+
aignx/codegen/models/scheduling_response.py
3537
aignx/codegen/models/user_read_response.py
3638
aignx/codegen/models/validation_error.py
3739
aignx/codegen/models/validation_error_loc_inner.py

codegen/out/aignx/codegen/api/public_api.py

Lines changed: 335 additions & 27 deletions
Large diffs are not rendered by default.

codegen/out/aignx/codegen/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Aignostics Platform is a cloud-based service that enables organizations to access advanced computational pathology applications through a secure API. The platform provides standardized access to Aignostics' portfolio of computational pathology solutions, with Atlas H&E-TME serving as an example of the available API endpoints. To begin using the platform, your organization must first be registered by our business support team. If you don't have an account yet, please contact your account manager or email support@aignostics.com to get started. More information about our applications can be found on [https://platform.aignostics.com](https://platform.aignostics.com). **How to authorize and test API endpoints:** 1. Click the \"Authorize\" button in the right corner below 3. Click \"Authorize\" button in the dialog to log in with your Aignostics Platform credentials 4. After successful login, you'll be redirected back and can use \"Try it out\" on any endpoint **Note**: You only need to authorize once per session. The lock icons next to endpoints will show green when authorized.
77
8-
The version of the OpenAPI document: 1.0.0-ga
8+
The version of the OpenAPI document: 1.3.0+dev.305920c97bb
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

codegen/out/aignx/codegen/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Aignostics Platform is a cloud-based service that enables organizations to access advanced computational pathology applications through a secure API. The platform provides standardized access to Aignostics' portfolio of computational pathology solutions, with Atlas H&E-TME serving as an example of the available API endpoints. To begin using the platform, your organization must first be registered by our business support team. If you don't have an account yet, please contact your account manager or email support@aignostics.com to get started. More information about our applications can be found on [https://platform.aignostics.com](https://platform.aignostics.com). **How to authorize and test API endpoints:** 1. Click the \"Authorize\" button in the right corner below 3. Click \"Authorize\" button in the dialog to log in with your Aignostics Platform credentials 4. After successful login, you'll be redirected back and can use \"Try it out\" on any endpoint **Note**: You only need to authorize once per session. The lock icons next to endpoints will show green when authorized.
77
8-
The version of the OpenAPI document: 1.0.0-ga
8+
The version of the OpenAPI document: 1.3.0+dev.305920c97bb
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -502,7 +502,7 @@ def to_debug_report(self) -> str:
502502
return "Python SDK Debug Report:\n"\
503503
"OS: {env}\n"\
504504
"Python Version: {pyversion}\n"\
505-
"Version of the API: 1.0.0-ga\n"\
505+
"Version of the API: 1.3.0+dev.305920c97bb\n"\
506506
"SDK Package Version: 1.0.0".\
507507
format(env=sys.platform, pyversion=sys.version)
508508

codegen/out/aignx/codegen/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Aignostics Platform is a cloud-based service that enables organizations to access advanced computational pathology applications through a secure API. The platform provides standardized access to Aignostics' portfolio of computational pathology solutions, with Atlas H&E-TME serving as an example of the available API endpoints. To begin using the platform, your organization must first be registered by our business support team. If you don't have an account yet, please contact your account manager or email support@aignostics.com to get started. More information about our applications can be found on [https://platform.aignostics.com](https://platform.aignostics.com). **How to authorize and test API endpoints:** 1. Click the \"Authorize\" button in the right corner below 3. Click \"Authorize\" button in the dialog to log in with your Aignostics Platform credentials 4. After successful login, you'll be redirected back and can use \"Try it out\" on any endpoint **Note**: You only need to authorize once per session. The lock icons next to endpoints will show green when authorized.
77
8-
The version of the OpenAPI document: 1.0.0-ga
8+
The version of the OpenAPI document: 1.3.0+dev.305920c97bb
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
1-
from .output_artifact_visibility import *
2-
from .organization_read_response import *
3-
from .me_read_response import *
4-
from .run_item_statistics import *
5-
from .validation_error import *
6-
from .output_artifact_result_read_response import *
7-
from .version_read_response import *
1+
from .item_result_read_response import *
2+
from .run_output import *
3+
from .artifact_state import *
4+
from .validation_error_loc_inner import *
5+
from .run_state import *
86
from .item_output import *
9-
from .run_termination_reason import *
107
from .run_creation_response import *
8+
from .scheduling_request import *
9+
from .organization_read_response import *
10+
from .validation_error import *
11+
from .application_read_response import *
12+
from .application_read_short_response import *
1113
from .output_artifact_scope import *
12-
from .run_output import *
13-
from .item_result_read_response import *
14-
from .application_version import *
15-
from .run_read_response import *
16-
from .run_state import *
14+
from .scheduling_response import *
15+
from .me_read_response import *
1716
from .input_artifact_creation_request import *
18-
from .custom_metadata_update_response import *
19-
from .input_artifact import *
20-
from .custom_metadata_update_request import *
17+
from .item_creation_request import *
2118
from .item_state import *
22-
from .artifact_state import *
23-
from .application_read_short_response import *
24-
from .output_artifact import *
25-
from .user_read_response import *
26-
from .item_termination_reason import *
27-
from .artifact_output import *
2819
from .auth0_organization import *
29-
from .auth0_user import *
30-
from .item_creation_request import *
20+
from .application_version import *
3121
from .http_validation_error import *
32-
from .validation_error_loc_inner import *
22+
from .custom_metadata_update_response import *
23+
from .user_read_response import *
24+
from .run_termination_reason import *
25+
from .input_artifact import *
26+
from .output_artifact_result_read_response import *
27+
from .version_read_response import *
28+
from .auth0_user import *
29+
from .run_read_response import *
3330
from .artifact_termination_reason import *
3431
from .run_creation_request import *
35-
from .application_read_response import *
32+
from .item_termination_reason import *
33+
from .run_item_statistics import *
34+
from .output_artifact_visibility import *
35+
from .custom_metadata_update_request import *
36+
from .artifact_output import *
37+
from .output_artifact import *

codegen/out/aignx/codegen/models/application_read_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Aignostics Platform is a cloud-based service that enables organizations to access advanced computational pathology applications through a secure API. The platform provides standardized access to Aignostics' portfolio of computational pathology solutions, with Atlas H&E-TME serving as an example of the available API endpoints. To begin using the platform, your organization must first be registered by our business support team. If you don't have an account yet, please contact your account manager or email support@aignostics.com to get started. More information about our applications can be found on [https://platform.aignostics.com](https://platform.aignostics.com). **How to authorize and test API endpoints:** 1. Click the \"Authorize\" button in the right corner below 3. Click \"Authorize\" button in the dialog to log in with your Aignostics Platform credentials 4. After successful login, you'll be redirected back and can use \"Try it out\" on any endpoint **Note**: You only need to authorize once per session. The lock icons next to endpoints will show green when authorized.
77
8-
The version of the OpenAPI document: 1.0.0-ga
8+
The version of the OpenAPI document: 1.3.0+dev.305920c97bb
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

codegen/out/aignx/codegen/models/application_read_short_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Aignostics Platform is a cloud-based service that enables organizations to access advanced computational pathology applications through a secure API. The platform provides standardized access to Aignostics' portfolio of computational pathology solutions, with Atlas H&E-TME serving as an example of the available API endpoints. To begin using the platform, your organization must first be registered by our business support team. If you don't have an account yet, please contact your account manager or email support@aignostics.com to get started. More information about our applications can be found on [https://platform.aignostics.com](https://platform.aignostics.com). **How to authorize and test API endpoints:** 1. Click the \"Authorize\" button in the right corner below 3. Click \"Authorize\" button in the dialog to log in with your Aignostics Platform credentials 4. After successful login, you'll be redirected back and can use \"Try it out\" on any endpoint **Note**: You only need to authorize once per session. The lock icons next to endpoints will show green when authorized.
77
8-
The version of the OpenAPI document: 1.0.0-ga
8+
The version of the OpenAPI document: 1.3.0+dev.305920c97bb
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

0 commit comments

Comments
 (0)