Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed May 9, 2024
1 parent 489eb5b commit 16d842b
Show file tree
Hide file tree
Showing 57 changed files with 385 additions and 2,696 deletions.
10 changes: 0 additions & 10 deletions python-restclient/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ docs/MathmodelRef.md
docs/Publication.md
docs/PublicationResourceApi.md
docs/Simulation.md
docs/UsageSummary.md
docs/UserIdentityJSONSafe.md
docs/UserLoginInfoForMapping.md
docs/UserRegistrationInfo.md
docs/UserSimCount.md
docs/UsersRegisteredStats.md
docs/UsersResourceApi.md
pyproject.toml
test/__init__.py
test/test_admin_resource_api.py
test/test_usage_summary.py
test/test_user_sim_count.py
test/test_users_registered_stats.py
tox.ini
vcell_client/__init__.py
vcell_client/api/__init__.py
Expand All @@ -47,11 +40,8 @@ vcell_client/models/identity.py
vcell_client/models/mathmodel_ref.py
vcell_client/models/publication.py
vcell_client/models/simulation.py
vcell_client/models/usage_summary.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/user_sim_count.py
vcell_client/models/users_registered_stats.py
vcell_client/py.typed
vcell_client/rest.py
3 changes: 0 additions & 3 deletions python-restclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,9 @@ Class | Method | HTTP request | Description
- [MathmodelRef](docs/MathmodelRef.md)
- [Publication](docs/Publication.md)
- [Simulation](docs/Simulation.md)
- [UsageSummary](docs/UsageSummary.md)
- [UserIdentityJSONSafe](docs/UserIdentityJSONSafe.md)
- [UserLoginInfoForMapping](docs/UserLoginInfoForMapping.md)
- [UserRegistrationInfo](docs/UserRegistrationInfo.md)
- [UserSimCount](docs/UserSimCount.md)
- [UsersRegisteredStats](docs/UsersRegisteredStats.md)


<a id="documentation-for-authorization"></a>
Expand Down
9 changes: 4 additions & 5 deletions python-restclient/docs/AdminResourceApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Method | HTTP request | Description


# **get_usage**
> UsageSummary get_usage()
> bytearray get_usage()
Get usage summary

Expand All @@ -18,7 +18,6 @@ Get usage summary
import time
import os
import vcell_client
from vcell_client.models.usage_summary import UsageSummary
from vcell_client.rest import ApiException
from pprint import pprint

Expand Down Expand Up @@ -54,7 +53,7 @@ This endpoint does not need any parameter.

### Return type

[**UsageSummary**](UsageSummary.md)
**bytearray**

### Authorization

Expand All @@ -63,12 +62,12 @@ This endpoint does not need any parameter.
### HTTP request headers

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

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

Expand Down
42 changes: 0 additions & 42 deletions python-restclient/docs/UsageSummary.md

This file was deleted.

29 changes: 0 additions & 29 deletions python-restclient/docs/UserSimCount.md

This file was deleted.

32 changes: 0 additions & 32 deletions python-restclient/docs/UsersRegisteredStats.md

This file was deleted.

92 changes: 0 additions & 92 deletions python-restclient/test/test_usage_summary.py

This file was deleted.

54 changes: 0 additions & 54 deletions python-restclient/test/test_user_sim_count.py

This file was deleted.

57 changes: 0 additions & 57 deletions python-restclient/test/test_users_registered_stats.py

This file was deleted.

Loading

0 comments on commit 16d842b

Please sign in to comment.