Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ad5daac
Introduce Exceptions and Exception Handlers
Ezequiel-Valencia May 15, 2025
c8ce496
Update User Resource Exceptions
Ezequiel-Valencia May 16, 2025
e35e84c
New Error Handling for BioModel Endpoint
Ezequiel-Valencia May 15, 2025
58c6e59
Update Admin Resource
Ezequiel-Valencia May 16, 2025
d6f2530
Update Publication Resource
Ezequiel-Valencia May 16, 2025
c6be4de
Update Simulation Resource
Ezequiel-Valencia May 16, 2025
9310190
Update Solver Resource
Ezequiel-Valencia May 16, 2025
b2488ce
Update Field Data Resource
Ezequiel-Valencia May 16, 2025
2a2408c
Update Data Access Exception Code
Ezequiel-Valencia May 16, 2025
2b2376e
Generate Clients
Ezequiel-Valencia May 16, 2025
7a32847
Remove Unnecessary Patches
Ezequiel-Valencia May 19, 2025
0e4caf4
Introduce VCell HTTP Error Object
Ezequiel-Valencia May 20, 2025
ad370ac
Rename Exceptions to Include Web Prefix
Ezequiel-Valencia May 20, 2025
51bb4f2
Introduce RuntimeWebException
Ezequiel-Valencia May 20, 2025
f21ff76
New Exception Handler for Java GUI
Ezequiel-Valencia May 20, 2025
67ee52c
Update Field Data Patch
Ezequiel-Valencia May 20, 2025
b561770
Update Endpoints to Include Web Exceptions
Ezequiel-Valencia May 21, 2025
cfc667c
Improve GUI For Client Errors
Ezequiel-Valencia May 21, 2025
d581fc3
Updated The Clients
Ezequiel-Valencia May 21, 2025
b0b76ed
Reapply Field Data Patch
Ezequiel-Valencia May 21, 2025
c271a94
Move Custom Object Mapper
Ezequiel-Valencia May 22, 2025
ec39285
Client Exception Handler Creates Permission Exceptions
Ezequiel-Valencia May 22, 2025
1af367a
Update Server Exceptions to Include the Original Exception
Ezequiel-Valencia May 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python-restclient/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ docs/UserLoginInfoForMapping.md
docs/UserRegistrationInfo.md
docs/UsersResourceApi.md
docs/VCSimulationIdentifier.md
docs/VCellHTTPError.md
docs/VariableDomain.md
docs/VariableType.md
test/__init__.py
Expand Down Expand Up @@ -103,6 +104,7 @@ vcell_client/models/user.py
vcell_client/models/user_identity_json_safe.py
vcell_client/models/user_login_info_for_mapping.py
vcell_client/models/user_registration_info.py
vcell_client/models/v_cell_http_error.py
vcell_client/models/variable_domain.py
vcell_client/models/variable_type.py
vcell_client/models/vc_simulation_identifier.py
Expand Down
1 change: 1 addition & 0 deletions python-restclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Class | Method | HTTP request | Description
- [UserLoginInfoForMapping](docs/UserLoginInfoForMapping.md)
- [UserRegistrationInfo](docs/UserRegistrationInfo.md)
- [VCSimulationIdentifier](docs/VCSimulationIdentifier.md)
- [VCellHTTPError](docs/VCellHTTPError.md)
- [VariableDomain](docs/VariableDomain.md)
- [VariableType](docs/VariableType.md)

Expand Down
3 changes: 2 additions & 1 deletion python-restclient/docs/AdminResourceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ This endpoint does not need any parameter.
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/pdf
- **Accept**: application/pdf, application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | The PDF report | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

19 changes: 16 additions & 3 deletions python-restclient/docs/BioModelResourceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined
- **Accept**: application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**204** | No Content | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -134,6 +137,10 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**404** | Not found | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -192,12 +199,16 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/xml
- **Accept**: text/xml, application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**404** | Not found | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -261,14 +272,16 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/xml
- **Accept**: application/xml, application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**422** | Unprocessable content submitted | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

19 changes: 17 additions & 2 deletions python-restclient/docs/FieldDataResourceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**422** | Unprocessable content submitted | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -173,6 +175,8 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**422** | Unprocessable content submitted | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -245,6 +249,8 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**422** | Unprocessable content submitted | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -318,6 +324,8 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**422** | Unprocessable content submitted | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -382,14 +390,15 @@ void (empty response body)
### HTTP request headers

- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: Not defined
- **Accept**: application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**201** | Created | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -450,14 +459,15 @@ void (empty response body)
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined
- **Accept**: application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**204** | No Content | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -525,6 +535,7 @@ This endpoint does not need any parameter.
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -596,6 +607,8 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**404** | Not found | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -668,6 +681,8 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**422** | Unprocessable content submitted | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

1 change: 1 addition & 0 deletions python-restclient/docs/HelloWorldApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**403** | Not Allowed | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

12 changes: 11 additions & 1 deletion python-restclient/docs/PublicationResourceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -139,14 +140,16 @@ void (empty response body)
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined
- **Accept**: application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**204** | No Content | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**404** | Not found | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -212,6 +215,9 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -273,6 +279,9 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -344,6 +353,7 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

3 changes: 3 additions & 0 deletions python-restclient/docs/SimulationResourceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -152,6 +153,7 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -223,6 +225,7 @@ Name | Type | Description | Notes
**200** | OK | - |
**401** | Not Authorized | - |
**403** | Not Allowed | - |
**500** | Data Access Exception | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

6 changes: 4 additions & 2 deletions python-restclient/docs/SolverResourceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ No authorization required
### HTTP request headers

- **Content-Type**: multipart/form-data
- **Accept**: application/octet-stream
- **Accept**: application/octet-stream, application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**422** | Unprocessable content submitted | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down Expand Up @@ -133,12 +134,13 @@ No authorization required
### HTTP request headers

- **Content-Type**: multipart/form-data
- **Accept**: application/octet-stream
- **Accept**: application/octet-stream, application/json

### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**422** | Unprocessable content submitted | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Loading
Loading