Skip to content

Commit 0de1613

Browse files
Merge pull request #1544 from virtualcell/vc-image-resource
VC Image Resource
2 parents 37ca2ac + 58c0290 commit 0de1613

63 files changed

Lines changed: 5894 additions & 255 deletions

File tree

Some content is hidden

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

python-restclient/.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ docs/FieldDataReference.md
2020
docs/FieldDataResourceApi.md
2121
docs/FieldDataSavedResults.md
2222
docs/FieldDataShape.md
23+
docs/GIFImage.md
2324
docs/GeometryResourceApi.md
2425
docs/GeometrySummary.md
2526
docs/GroupAccess.md
@@ -60,6 +61,8 @@ docs/UserLoginInfoForMapping.md
6061
docs/UserRegistrationInfo.md
6162
docs/UsersResourceApi.md
6263
docs/VCDocumentType.md
64+
docs/VCImageResourceApi.md
65+
docs/VCImageSummary.md
6366
docs/VCSimulationIdentifier.md
6467
docs/VCellHTTPError.md
6568
docs/VCellSite.md
@@ -82,6 +85,7 @@ vcell_client/api/publication_resource_api.py
8285
vcell_client/api/simulation_resource_api.py
8386
vcell_client/api/solver_resource_api.py
8487
vcell_client/api/users_resource_api.py
88+
vcell_client/api/vc_image_resource_api.py
8589
vcell_client/api_client.py
8690
vcell_client/api_response.py
8791
vcell_client/configuration.py
@@ -104,6 +108,7 @@ vcell_client/models/field_data_reference.py
104108
vcell_client/models/field_data_saved_results.py
105109
vcell_client/models/field_data_shape.py
106110
vcell_client/models/geometry_summary.py
111+
vcell_client/models/gif_image.py
107112
vcell_client/models/group_access.py
108113
vcell_client/models/group_access_all.py
109114
vcell_client/models/group_access_none.py
@@ -141,6 +146,7 @@ vcell_client/models/v_cell_software_version.py
141146
vcell_client/models/variable_domain.py
142147
vcell_client/models/variable_type.py
143148
vcell_client/models/vc_document_type.py
149+
vcell_client/models/vc_image_summary.py
144150
vcell_client/models/vc_simulation_identifier.py
145151
vcell_client/models/version.py
146152
vcell_client/models/version_flag.py

python-restclient/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ Class | Method | HTTP request | Description
136136
*UsersResourceApi* | [**process_magic_link**](docs/UsersResourceApi.md#process_magic_link) | **GET** /api/v1/users/processMagicLink | Process the magic link and map the user
137137
*UsersResourceApi* | [**request_recovery_email**](docs/UsersResourceApi.md#request_recovery_email) | **POST** /api/v1/users/requestRecoveryEmail | request a recovery email to link a VCell account.
138138
*UsersResourceApi* | [**unmap_user**](docs/UsersResourceApi.md#unmap_user) | **PUT** /api/v1/users/unmapUser/{userName} | remove vcell identity mapping
139+
*VCImageResourceApi* | [**delete_image_vcml**](docs/VCImageResourceApi.md#delete_image_vcml) | **DELETE** /api/v1/image/{id} |
140+
*VCImageResourceApi* | [**get_image_summaries**](docs/VCImageResourceApi.md#get_image_summaries) | **GET** /api/v1/image/summaries |
141+
*VCImageResourceApi* | [**get_image_summary**](docs/VCImageResourceApi.md#get_image_summary) | **GET** /api/v1/image/summary/{id} |
142+
*VCImageResourceApi* | [**get_image_vcml**](docs/VCImageResourceApi.md#get_image_vcml) | **GET** /api/v1/image/{id} |
143+
*VCImageResourceApi* | [**save_image_vcml**](docs/VCImageResourceApi.md#save_image_vcml) | **POST** /api/v1/image |
139144

140145

141146
## Documentation For Models
@@ -156,6 +161,7 @@ Class | Method | HTTP request | Description
156161
- [FieldDataReference](docs/FieldDataReference.md)
157162
- [FieldDataSavedResults](docs/FieldDataSavedResults.md)
158163
- [FieldDataShape](docs/FieldDataShape.md)
164+
- [GIFImage](docs/GIFImage.md)
159165
- [GeometrySummary](docs/GeometrySummary.md)
160166
- [GroupAccess](docs/GroupAccess.md)
161167
- [GroupAccessAll](docs/GroupAccessAll.md)
@@ -189,6 +195,7 @@ Class | Method | HTTP request | Description
189195
- [UserLoginInfoForMapping](docs/UserLoginInfoForMapping.md)
190196
- [UserRegistrationInfo](docs/UserRegistrationInfo.md)
191197
- [VCDocumentType](docs/VCDocumentType.md)
198+
- [VCImageSummary](docs/VCImageSummary.md)
192199
- [VCSimulationIdentifier](docs/VCSimulationIdentifier.md)
193200
- [VCellHTTPError](docs/VCellHTTPError.md)
194201
- [VCellSite](docs/VCellSite.md)

python-restclient/docs/AdminResourceApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This endpoint does not need any parameter.
6868
| Status code | Description | Response headers |
6969
|-------------|-------------|------------------|
7070
**200** | The PDF report | - |
71-
**401** | Not Authorized | - |
71+
**401** | Not Authenticated | - |
7272
**403** | Not Allowed | - |
7373
**500** | Data Access Exception | - |
7474

python-restclient/docs/BioModelResourceApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ No authorization required
7171
| Status code | Description | Response headers |
7272
|-------------|-------------|------------------|
7373
**204** | No Content | - |
74-
**401** | Not Authorized | - |
74+
**401** | Not Authenticated | - |
7575
**403** | Not Allowed | - |
7676
**500** | Data Access Exception | - |
7777

@@ -414,7 +414,7 @@ Name | Type | Description | Notes
414414
| Status code | Description | Response headers |
415415
|-------------|-------------|------------------|
416416
**200** | OK | - |
417-
**401** | Not Authorized | - |
417+
**401** | Not Authenticated | - |
418418
**403** | Not Allowed | - |
419419
**422** | Unprocessable content submitted | - |
420420
**500** | Data Access Exception | - |

python-restclient/docs/FieldDataResourceApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Name | Type | Description | Notes
9898
| Status code | Description | Response headers |
9999
|-------------|-------------|------------------|
100100
**200** | OK | - |
101-
**401** | Not Authorized | - |
101+
**401** | Not Authenticated | - |
102102
**403** | Not Allowed | - |
103103
**422** | Unprocessable content submitted | - |
104104
**500** | Data Access Exception | - |
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173173
| Status code | Description | Response headers |
174174
|-------------|-------------|------------------|
175175
**200** | OK | - |
176-
**401** | Not Authorized | - |
176+
**401** | Not Authenticated | - |
177177
**403** | Not Allowed | - |
178178
**422** | Unprocessable content submitted | - |
179179
**500** | Data Access Exception | - |
@@ -247,7 +247,7 @@ Name | Type | Description | Notes
247247
| Status code | Description | Response headers |
248248
|-------------|-------------|------------------|
249249
**200** | OK | - |
250-
**401** | Not Authorized | - |
250+
**401** | Not Authenticated | - |
251251
**403** | Not Allowed | - |
252252
**422** | Unprocessable content submitted | - |
253253
**500** | Data Access Exception | - |
@@ -322,7 +322,7 @@ Name | Type | Description | Notes
322322
| Status code | Description | Response headers |
323323
|-------------|-------------|------------------|
324324
**200** | OK | - |
325-
**401** | Not Authorized | - |
325+
**401** | Not Authenticated | - |
326326
**403** | Not Allowed | - |
327327
**422** | Unprocessable content submitted | - |
328328
**500** | Data Access Exception | - |
@@ -396,7 +396,7 @@ void (empty response body)
396396
| Status code | Description | Response headers |
397397
|-------------|-------------|------------------|
398398
**201** | Created | - |
399-
**401** | Not Authorized | - |
399+
**401** | Not Authenticated | - |
400400
**403** | Not Allowed | - |
401401
**500** | Data Access Exception | - |
402402

@@ -465,7 +465,7 @@ void (empty response body)
465465
| Status code | Description | Response headers |
466466
|-------------|-------------|------------------|
467467
**204** | No Content | - |
468-
**401** | Not Authorized | - |
468+
**401** | Not Authenticated | - |
469469
**403** | Not Allowed | - |
470470
**500** | Data Access Exception | - |
471471

@@ -533,7 +533,7 @@ This endpoint does not need any parameter.
533533
| Status code | Description | Response headers |
534534
|-------------|-------------|------------------|
535535
**200** | OK | - |
536-
**401** | Not Authorized | - |
536+
**401** | Not Authenticated | - |
537537
**403** | Not Allowed | - |
538538
**500** | Data Access Exception | - |
539539

@@ -605,7 +605,7 @@ Name | Type | Description | Notes
605605
| Status code | Description | Response headers |
606606
|-------------|-------------|------------------|
607607
**200** | OK | - |
608-
**401** | Not Authorized | - |
608+
**401** | Not Authenticated | - |
609609
**403** | Not Allowed | - |
610610
**404** | Not found | - |
611611
**500** | Data Access Exception | - |
@@ -679,7 +679,7 @@ Name | Type | Description | Notes
679679
| Status code | Description | Response headers |
680680
|-------------|-------------|------------------|
681681
**200** | OK | - |
682-
**401** | Not Authorized | - |
682+
**401** | Not Authenticated | - |
683683
**403** | Not Allowed | - |
684684
**422** | Unprocessable content submitted | - |
685685
**500** | Data Access Exception | - |

python-restclient/docs/GIFImage.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# GIFImage
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**gif_encoded_data** | **bytearray** | | [optional]
8+
**size** | [**ISize**](ISize.md) | | [optional]
9+
10+
## Example
11+
12+
```python
13+
from vcell_client.models.gif_image import GIFImage
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of GIFImage from a JSON string
18+
gif_image_instance = GIFImage.from_json(json)
19+
# print the JSON string representation of the object
20+
print GIFImage.to_json()
21+
22+
# convert the object into a dict
23+
gif_image_dict = gif_image_instance.to_dict()
24+
# create an instance of GIFImage from a dict
25+
gif_image_form_dict = gif_image.from_dict(gif_image_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

python-restclient/docs/GeometryResourceApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ No authorization required
7171
| Status code | Description | Response headers |
7272
|-------------|-------------|------------------|
7373
**204** | No Content | - |
74-
**401** | Not Authorized | - |
74+
**401** | Not Authenticated | - |
7575
**403** | Not Allowed | - |
7676
**404** | Not found | - |
7777
**500** | Data Access Exception | - |
@@ -350,7 +350,7 @@ Name | Type | Description | Notes
350350
| Status code | Description | Response headers |
351351
|-------------|-------------|------------------|
352352
**200** | OK | - |
353-
**401** | Not Authorized | - |
353+
**401** | Not Authenticated | - |
354354
**403** | Not Allowed | - |
355355
**422** | Unprocessable content submitted | - |
356356
**500** | Data Access Exception | - |

python-restclient/docs/MathModelResourceApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ No authorization required
7171
| Status code | Description | Response headers |
7272
|-------------|-------------|------------------|
7373
**204** | No Content | - |
74-
**401** | Not Authorized | - |
74+
**401** | Not Authenticated | - |
7575
**403** | Not Allowed | - |
7676
**404** | Not found | - |
7777
**500** | Data Access Exception | - |
@@ -350,7 +350,7 @@ Name | Type | Description | Notes
350350
| Status code | Description | Response headers |
351351
|-------------|-------------|------------------|
352352
**200** | OK | - |
353-
**401** | Not Authorized | - |
353+
**401** | Not Authenticated | - |
354354
**403** | Not Allowed | - |
355355
**422** | Unprocessable content submitted | - |
356356
**500** | Data Access Exception | - |

python-restclient/docs/PublicationResourceApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
7777
| Status code | Description | Response headers |
7878
|-------------|-------------|------------------|
7979
**200** | OK | - |
80-
**401** | Not Authorized | - |
80+
**401** | Not Authenticated | - |
8181
**403** | Not Allowed | - |
8282
**500** | Data Access Exception | - |
8383

@@ -146,7 +146,7 @@ void (empty response body)
146146
| Status code | Description | Response headers |
147147
|-------------|-------------|------------------|
148148
**204** | No Content | - |
149-
**401** | Not Authorized | - |
149+
**401** | Not Authenticated | - |
150150
**403** | Not Allowed | - |
151151
**404** | Not found | - |
152152
**500** | Data Access Exception | - |
@@ -347,7 +347,7 @@ Name | Type | Description | Notes
347347
| Status code | Description | Response headers |
348348
|-------------|-------------|------------------|
349349
**200** | OK | - |
350-
**401** | Not Authorized | - |
350+
**401** | Not Authenticated | - |
351351
**403** | Not Allowed | - |
352352
**500** | Data Access Exception | - |
353353

python-restclient/docs/SimulationResourceApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Name | Type | Description | Notes
7979
| Status code | Description | Response headers |
8080
|-------------|-------------|------------------|
8181
**200** | OK | - |
82-
**401** | Not Authorized | - |
82+
**401** | Not Authenticated | - |
8383
**403** | Not Allowed | - |
8484
**500** | Data Access Exception | - |
8585

@@ -151,7 +151,7 @@ Name | Type | Description | Notes
151151
| Status code | Description | Response headers |
152152
|-------------|-------------|------------------|
153153
**200** | OK | - |
154-
**401** | Not Authorized | - |
154+
**401** | Not Authenticated | - |
155155
**403** | Not Allowed | - |
156156
**500** | Data Access Exception | - |
157157

@@ -223,7 +223,7 @@ Name | Type | Description | Notes
223223
| Status code | Description | Response headers |
224224
|-------------|-------------|------------------|
225225
**200** | OK | - |
226-
**401** | Not Authorized | - |
226+
**401** | Not Authenticated | - |
227227
**403** | Not Allowed | - |
228228
**500** | Data Access Exception | - |
229229

0 commit comments

Comments
 (0)