From 321ad413f36f799c7ea8249ed049e74d4c7a169b Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Tue, 15 Oct 2019 14:46:20 -0300 Subject: [PATCH] Release 1.3.0 --- README.md | 12 +- docs/CausalDiagram.md | 1 + docs/CausalDiagramApi.md | 20 +- docs/DatasetSpecification.md | 1 + docs/DatasetspecificationApi.md | 20 +- docs/DefaultApi.md | 2 +- docs/EmpiricalModel.md | 11 +- docs/EmpiricalModelApi.md | 20 +- docs/Emulator.md | 11 +- docs/EmulatorApi.md | 20 +- docs/Equation.md | 1 + docs/EquationApi.md | 20 +- docs/FundingInformation.md | 15 + docs/FundingInformationApi.md | 281 +++ docs/GeoCoordinates.md | 1 + docs/GeoCoordinatesApi.md | 20 +- docs/GeoShape.md | 1 + docs/GeoShapeApi.md | 20 +- docs/Grid.md | 1 + docs/GridApi.md | 20 +- docs/HybridModel.md | 11 +- docs/HybridModelApi.md | 20 +- docs/ICASAVariable.md | 1 + docs/ICASAVariableApi.md | 20 +- docs/Image.md | 1 + docs/ImageApi.md | 20 +- docs/Model.md | 11 +- docs/ModelApi.md | 20 +- docs/ModelConfiguration.md | 10 +- docs/ModelconfigurationApi.md | 21 +- docs/Organization.md | 1 + docs/OrganizationApi.md | 20 +- docs/Parameter.md | 10 +- docs/ParameterApi.md | 20 +- docs/Person.md | 1 + docs/PersonApi.md | 20 +- docs/PointBasedGrid.md | 1 + docs/PointBasedGridApi.md | 20 +- docs/Process.md | 1 + docs/ProcessApi.md | 20 +- docs/Region.md | 1 + docs/RegionApi.md | 20 +- docs/SVOVariable.md | 1 + docs/SVOVariableApi.md | 20 +- docs/SampleExecution.md | 1 + docs/SampleExecutionApi.md | 20 +- docs/SampleResource.md | 1 + docs/SampleResourceApi.md | 20 +- docs/Software.md | 13 +- docs/SoftwareApi.md | 20 +- docs/SoftwareConfiguration.md | 52 +- docs/SoftwareConfigurationApi.md | 20 +- docs/SoftwareImage.md | 13 +- docs/SoftwareImageApi.md | 20 +- docs/SoftwareVersion.md | 13 +- docs/SoftwareVersionApi.md | 20 +- docs/SourceCode.md | 1 + docs/SourceCodeApi.md | 20 +- docs/SpatialResolution.md | 1 + docs/SpatialResolutionApi.md | 20 +- docs/SpatiallyDistributedGrid.md | 1 + docs/SpatiallyDistributedGridApi.md | 20 +- docs/StandardVariable.md | 1 + docs/StandardVariableApi.md | 20 +- docs/TheoryGuidedModel.md | 11 +- docs/TheoryGuidedModelApi.md | 20 +- docs/TimeInterval.md | 1 + docs/TimeIntervalApi.md | 20 +- docs/Unit.md | 1 + docs/UnitApi.md | 20 +- docs/Variable.md | 1 + docs/VariableApi.md | 20 +- docs/VariablePresentation.md | 11 +- docs/VariablePresentationApi.md | 20 +- docs/Visualization.md | 1 + docs/VisualizationApi.md | 20 +- examples/.idea/encodings.xml | 4 + examples/.idea/examples.iml | 11 + examples/.idea/misc.xml | 28 + examples/.idea/modules.xml | 8 + examples/.idea/vcs.xml | 6 + examples/.idea/workspace.xml | 234 +++ .../1.0.3/notebook-example-how-to-use.ipynb | 1304 ++++++++++++++ examples/1.2.0/Upload model.ipynb | 41 + examples/1.2.0/example.ipynb | 634 +++++++ examples/1.2.0/example.py | 111 ++ .../1.2.0/notebook-example-how-to-use.ipynb | 1252 ++++++++++++++ examples/Pipfile | 15 + examples/Pipfile.lock | 60 + generate-client.sh | 2 +- modelcatalog/__init__.py | 6 +- modelcatalog/api/__init__.py | 1 + modelcatalog/api/causal_diagram_api.py | 22 +- modelcatalog/api/dataset_specification_api.py | 22 +- modelcatalog/api/default_api.py | 2 +- modelcatalog/api/empirical_model_api.py | 22 +- modelcatalog/api/emulator_api.py | 22 +- modelcatalog/api/equation_api.py | 22 +- modelcatalog/api/funding_information_api.py | 549 ++++++ modelcatalog/api/geo_coordinates_api.py | 22 +- modelcatalog/api/geo_shape_api.py | 22 +- modelcatalog/api/grid_api.py | 22 +- modelcatalog/api/hybrid_model_api.py | 22 +- modelcatalog/api/icasa_variable_api.py | 22 +- modelcatalog/api/image_api.py | 22 +- modelcatalog/api/model_api.py | 22 +- modelcatalog/api/model_configuration_api.py | 22 +- modelcatalog/api/organization_api.py | 22 +- modelcatalog/api/parameter_api.py | 22 +- modelcatalog/api/person_api.py | 22 +- modelcatalog/api/point_based_grid_api.py | 22 +- modelcatalog/api/process_api.py | 22 +- modelcatalog/api/region_api.py | 22 +- modelcatalog/api/sample_execution_api.py | 22 +- modelcatalog/api/sample_resource_api.py | 22 +- modelcatalog/api/software_api.py | 22 +- .../api/software_configuration_api.py | 22 +- modelcatalog/api/software_image_api.py | 22 +- modelcatalog/api/software_version_api.py | 22 +- modelcatalog/api/source_code_api.py | 22 +- modelcatalog/api/spatial_resolution_api.py | 22 +- .../api/spatially_distributed_grid_api.py | 22 +- modelcatalog/api/standard_variable_api.py | 22 +- modelcatalog/api/svo_variable_api.py | 22 +- modelcatalog/api/theory_guided_model_api.py | 22 +- modelcatalog/api/time_interval_api.py | 22 +- modelcatalog/api/unit_api.py | 22 +- modelcatalog/api/variable_api.py | 22 +- modelcatalog/api/variable_presentation_api.py | 22 +- modelcatalog/api/visualization_api.py | 22 +- modelcatalog/api_client.py | 4 +- modelcatalog/configuration.py | 14 +- modelcatalog/exceptions.py | 2 +- modelcatalog/models/__init__.py | 3 +- modelcatalog/models/causal_diagram.py | 34 +- modelcatalog/models/dataset_specification.py | 34 +- modelcatalog/models/empirical_model.py | 274 ++- modelcatalog/models/emulator.py | 274 ++- modelcatalog/models/equation.py | 34 +- modelcatalog/models/funding_information.py | 265 +++ modelcatalog/models/geo_coordinates.py | 34 +- modelcatalog/models/geo_shape.py | 34 +- modelcatalog/models/grid.py | 34 +- modelcatalog/models/hybrid_model.py | 274 ++- modelcatalog/models/icasa_variable.py | 34 +- modelcatalog/models/image.py | 34 +- modelcatalog/models/model.py | 274 ++- modelcatalog/models/model_configuration.py | 298 +++- modelcatalog/models/organization.py | 34 +- modelcatalog/models/parameter.py | 254 +-- modelcatalog/models/person.py | 34 +- modelcatalog/models/point_based_grid.py | 34 +- modelcatalog/models/process.py | 34 +- modelcatalog/models/region.py | 34 +- modelcatalog/models/sample_execution.py | 34 +- modelcatalog/models/sample_resource.py | 34 +- modelcatalog/models/software.py | 364 ++-- modelcatalog/models/software_configuration.py | 1526 +++++++++-------- modelcatalog/models/software_image.py | 364 ++-- modelcatalog/models/software_version.py | 360 ++-- modelcatalog/models/source_code.py | 34 +- modelcatalog/models/spatial_resolution.py | 34 +- .../models/spatially_distributed_grid.py | 34 +- modelcatalog/models/standard_variable.py | 34 +- modelcatalog/models/svo_variable.py | 34 +- modelcatalog/models/theory_guided_model.py | 274 ++- modelcatalog/models/time_interval.py | 34 +- modelcatalog/models/unit.py | 34 +- modelcatalog/models/user.py | 2 +- modelcatalog/models/variable.py | 34 +- modelcatalog/models/variable_presentation.py | 306 ++-- modelcatalog/models/visualization.py | 34 +- modelcatalog/rest.py | 2 +- openapi-config.json | 2 +- setup.py | 4 +- test/test_funding_information.py | 39 + test/test_funding_information_api.py | 68 + 177 files changed, 9739 insertions(+), 2616 deletions(-) create mode 100644 docs/FundingInformation.md create mode 100644 docs/FundingInformationApi.md create mode 100644 examples/.idea/encodings.xml create mode 100644 examples/.idea/examples.iml create mode 100644 examples/.idea/misc.xml create mode 100644 examples/.idea/modules.xml create mode 100644 examples/.idea/vcs.xml create mode 100644 examples/.idea/workspace.xml create mode 100644 examples/1.0.3/notebook-example-how-to-use.ipynb create mode 100644 examples/1.2.0/Upload model.ipynb create mode 100644 examples/1.2.0/example.ipynb create mode 100644 examples/1.2.0/example.py create mode 100644 examples/1.2.0/notebook-example-how-to-use.ipynb create mode 100644 examples/Pipfile create mode 100644 examples/Pipfile.lock create mode 100644 modelcatalog/api/funding_information_api.py create mode 100644 modelcatalog/models/funding_information.py create mode 100644 test/test_funding_information.py create mode 100644 test/test_funding_information_api.py diff --git a/README.md b/README.md index fd2fb13..757302d 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This is MINT Model Catalog You can find out more about Model Catalog at [https:/ This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v1.0.0 -- Package version: 1.2.0 +- API version: v1.1.0 +- Package version: 1.3.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. @@ -68,7 +68,7 @@ except ApiException as e: ## Documentation for API Endpoints -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- @@ -97,6 +97,11 @@ Class | Method | HTTP request | Description *EquationApi* | [**equations_id_get**](docs/EquationApi.md#equations_id_get) | **GET** /equations/{id} | Get a Equation *EquationApi* | [**equations_id_put**](docs/EquationApi.md#equations_id_put) | **PUT** /equations/{id} | Update a Equation *EquationApi* | [**equations_post**](docs/EquationApi.md#equations_post) | **POST** /equations | Create a Equation +*FundingInformationApi* | [**fundinginformations_get**](docs/FundingInformationApi.md#fundinginformations_get) | **GET** /fundinginformations | List all FundingInformation entities +*FundingInformationApi* | [**fundinginformations_id_delete**](docs/FundingInformationApi.md#fundinginformations_id_delete) | **DELETE** /fundinginformations/{id} | Delete a FundingInformation +*FundingInformationApi* | [**fundinginformations_id_get**](docs/FundingInformationApi.md#fundinginformations_id_get) | **GET** /fundinginformations/{id} | Get a FundingInformation +*FundingInformationApi* | [**fundinginformations_id_put**](docs/FundingInformationApi.md#fundinginformations_id_put) | **PUT** /fundinginformations/{id} | Update a FundingInformation +*FundingInformationApi* | [**fundinginformations_post**](docs/FundingInformationApi.md#fundinginformations_post) | **POST** /fundinginformations | Create a FundingInformation *GeoCoordinatesApi* | [**geocoordinatess_get**](docs/GeoCoordinatesApi.md#geocoordinatess_get) | **GET** /geocoordinatess | List all GeoCoordinates entities *GeoCoordinatesApi* | [**geocoordinatess_id_delete**](docs/GeoCoordinatesApi.md#geocoordinatess_id_delete) | **DELETE** /geocoordinatess/{id} | Delete a GeoCoordinates *GeoCoordinatesApi* | [**geocoordinatess_id_get**](docs/GeoCoordinatesApi.md#geocoordinatess_id_get) | **GET** /geocoordinatess/{id} | Get a GeoCoordinates @@ -262,6 +267,7 @@ Class | Method | HTTP request | Description - [EmpiricalModel](docs/EmpiricalModel.md) - [Emulator](docs/Emulator.md) - [Equation](docs/Equation.md) + - [FundingInformation](docs/FundingInformation.md) - [GeoCoordinates](docs/GeoCoordinates.md) - [GeoShape](docs/GeoShape.md) - [Grid](docs/Grid.md) diff --git a/docs/CausalDiagram.md b/docs/CausalDiagram.md index 1cd1623..02bf7ac 100644 --- a/docs/CausalDiagram.md +++ b/docs/CausalDiagram.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/CausalDiagramApi.md b/docs/CausalDiagramApi.md index 9e22bd8..a1d3ff2 100644 --- a/docs/CausalDiagramApi.md +++ b/docs/CausalDiagramApi.md @@ -1,6 +1,6 @@ # modelcatalog.CausalDiagramApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **causaldiagrams_id_put** -> causaldiagrams_id_put(id, user, causal_diagram=causal_diagram) +> CausalDiagram causaldiagrams_id_put(id, user, causal_diagram=causal_diagram) Update a CausalDiagram @@ -195,7 +195,8 @@ causal_diagram = modelcatalog.CausalDiagram() # CausalDiagram | An old CausalDia try: # Update a CausalDiagram - api_instance.causaldiagrams_id_put(id, user, causal_diagram=causal_diagram) + api_response = api_instance.causaldiagrams_id_put(id, user, causal_diagram=causal_diagram) + pprint(api_response) except ApiException as e: print("Exception when calling CausalDiagramApi->causaldiagrams_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**CausalDiagram**](CausalDiagram.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **causaldiagrams_post** -> causaldiagrams_post(user, causal_diagram=causal_diagram) +> CausalDiagram causaldiagrams_post(user, causal_diagram=causal_diagram) Create a CausalDiagram @@ -250,7 +251,8 @@ causal_diagram = modelcatalog.CausalDiagram() # CausalDiagram | A new CausalDiag try: # Create a CausalDiagram - api_instance.causaldiagrams_post(user, causal_diagram=causal_diagram) + api_response = api_instance.causaldiagrams_post(user, causal_diagram=causal_diagram) + pprint(api_response) except ApiException as e: print("Exception when calling CausalDiagramApi->causaldiagrams_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**CausalDiagram**](CausalDiagram.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/DatasetSpecification.md b/docs/DatasetSpecification.md index d1a8bbc..22e7870 100644 --- a/docs/DatasetSpecification.md +++ b/docs/DatasetSpecification.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes **has_dimensionality** | **list[float]** | | [optional] **has_format** | **list[str]** | | [optional] **has_file_structure** | [**object**](.md) | | [optional] +**description** | **list[str]** | | [optional] **has_presentation** | [**list[VariablePresentation]**](VariablePresentation.md) | | [optional] **position** | **list[float]** | | [optional] **id** | **str** | | [optional] diff --git a/docs/DatasetspecificationApi.md b/docs/DatasetspecificationApi.md index bd291e6..632f993 100644 --- a/docs/DatasetspecificationApi.md +++ b/docs/DatasetspecificationApi.md @@ -1,6 +1,6 @@ # modelcatalog.DatasetSpecificationApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **datasetspecifications_id_put** -> datasetspecifications_id_put(id, user, dataset_specification=dataset_specification) +> DatasetSpecification datasetspecifications_id_put(id, user, dataset_specification=dataset_specification) Update a DatasetSpecification @@ -195,7 +195,8 @@ dataset_specification = modelcatalog.DatasetSpecification() # DatasetSpecificati try: # Update a DatasetSpecification - api_instance.datasetspecifications_id_put(id, user, dataset_specification=dataset_specification) + api_response = api_instance.datasetspecifications_id_put(id, user, dataset_specification=dataset_specification) + pprint(api_response) except ApiException as e: print("Exception when calling DatasetSpecificationApi->datasetspecifications_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**DatasetSpecification**](DatasetSpecification.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **datasetspecifications_post** -> datasetspecifications_post(user, dataset_specification=dataset_specification) +> DatasetSpecification datasetspecifications_post(user, dataset_specification=dataset_specification) Create a DatasetSpecification @@ -250,7 +251,8 @@ dataset_specification = modelcatalog.DatasetSpecification() # DatasetSpecificati try: # Create a DatasetSpecification - api_instance.datasetspecifications_post(user, dataset_specification=dataset_specification) + api_response = api_instance.datasetspecifications_post(user, dataset_specification=dataset_specification) + pprint(api_response) except ApiException as e: print("Exception when calling DatasetSpecificationApi->datasetspecifications_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**DatasetSpecification**](DatasetSpecification.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/DefaultApi.md b/docs/DefaultApi.md index ddfdadd..9fee803 100644 --- a/docs/DefaultApi.md +++ b/docs/DefaultApi.md @@ -1,6 +1,6 @@ # modelcatalog.DefaultApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/EmpiricalModel.md b/docs/EmpiricalModel.md index d737b64..4e9db84 100644 --- a/docs/EmpiricalModel.md +++ b/docs/EmpiricalModel.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**has_funding** | **list[object]** | | [optional] **keywords** | **list[str]** | | [optional] **has_documentation** | **list[str]** | | [optional] **has_grid** | [**list[Grid]**](Grid.md) | | [optional] @@ -18,29 +19,31 @@ Name | Type | Description | Notes **has_model_category** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] **contributor** | **list[object]** | | [optional] +**compatible_visualization_software** | **list[object]** | | [optional] **has_faq** | **list[str]** | | [optional] **logo** | **list[object]** | | [optional] **has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | **list[object]** | | [optional] -**memory_requirements** | **list[str]** | | [optional] **identifier** | **list[str]** | | [optional] +**memory_requirements** | **list[str]** | | [optional] **website** | **list[str]** | | [optional] **citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | **list[object]** | | [optional] **has_explanation_diagram** | **list[object]** | | [optional] -**publisher** | **list[object]** | | [optional] +**has_example** | **list[str]** | | [optional] **has_equation** | [**list[Equation]**](Equation.md) | | [optional] -**funding_source** | **list[object]** | | [optional] +**publisher** | **list[object]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/EmpiricalModelApi.md b/docs/EmpiricalModelApi.md index 8905bf1..c413d08 100644 --- a/docs/EmpiricalModelApi.md +++ b/docs/EmpiricalModelApi.md @@ -1,6 +1,6 @@ # modelcatalog.EmpiricalModelApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **empiricalmodels_id_put** -> empiricalmodels_id_put(id, user, empirical_model=empirical_model) +> EmpiricalModel empiricalmodels_id_put(id, user, empirical_model=empirical_model) Update a EmpiricalModel @@ -195,7 +195,8 @@ empirical_model = modelcatalog.EmpiricalModel() # EmpiricalModel | An old Empiri try: # Update a EmpiricalModel - api_instance.empiricalmodels_id_put(id, user, empirical_model=empirical_model) + api_response = api_instance.empiricalmodels_id_put(id, user, empirical_model=empirical_model) + pprint(api_response) except ApiException as e: print("Exception when calling EmpiricalModelApi->empiricalmodels_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**EmpiricalModel**](EmpiricalModel.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **empiricalmodels_post** -> empiricalmodels_post(user, empirical_model=empirical_model) +> EmpiricalModel empiricalmodels_post(user, empirical_model=empirical_model) Create a EmpiricalModel @@ -250,7 +251,8 @@ empirical_model = modelcatalog.EmpiricalModel() # EmpiricalModel | A new Empiric try: # Create a EmpiricalModel - api_instance.empiricalmodels_post(user, empirical_model=empirical_model) + api_response = api_instance.empiricalmodels_post(user, empirical_model=empirical_model) + pprint(api_response) except ApiException as e: print("Exception when calling EmpiricalModelApi->empiricalmodels_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**EmpiricalModel**](EmpiricalModel.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Emulator.md b/docs/Emulator.md index ae026dd..080d9c7 100644 --- a/docs/Emulator.md +++ b/docs/Emulator.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**has_funding** | **list[object]** | | [optional] **keywords** | **list[str]** | | [optional] **has_documentation** | **list[str]** | | [optional] **has_grid** | [**list[Grid]**](Grid.md) | | [optional] @@ -18,29 +19,31 @@ Name | Type | Description | Notes **has_model_category** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] **contributor** | **list[object]** | | [optional] +**compatible_visualization_software** | **list[object]** | | [optional] **has_faq** | **list[str]** | | [optional] **logo** | **list[object]** | | [optional] **has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | **list[object]** | | [optional] -**memory_requirements** | **list[str]** | | [optional] **identifier** | **list[str]** | | [optional] +**memory_requirements** | **list[str]** | | [optional] **website** | **list[str]** | | [optional] **citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | **list[object]** | | [optional] **has_explanation_diagram** | **list[object]** | | [optional] -**publisher** | **list[object]** | | [optional] +**has_example** | **list[str]** | | [optional] **has_equation** | [**list[Equation]**](Equation.md) | | [optional] -**funding_source** | **list[object]** | | [optional] +**publisher** | **list[object]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/EmulatorApi.md b/docs/EmulatorApi.md index e5549af..9836600 100644 --- a/docs/EmulatorApi.md +++ b/docs/EmulatorApi.md @@ -1,6 +1,6 @@ # modelcatalog.EmulatorApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **emulators_id_put** -> emulators_id_put(id, user, emulator=emulator) +> Emulator emulators_id_put(id, user, emulator=emulator) Update a Emulator @@ -195,7 +195,8 @@ emulator = modelcatalog.Emulator() # Emulator | An old Emulatorto be updated (op try: # Update a Emulator - api_instance.emulators_id_put(id, user, emulator=emulator) + api_response = api_instance.emulators_id_put(id, user, emulator=emulator) + pprint(api_response) except ApiException as e: print("Exception when calling EmulatorApi->emulators_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Emulator**](Emulator.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **emulators_post** -> emulators_post(user, emulator=emulator) +> Emulator emulators_post(user, emulator=emulator) Create a Emulator @@ -250,7 +251,8 @@ emulator = modelcatalog.Emulator() # Emulator | A new Emulatorto be created (opt try: # Create a Emulator - api_instance.emulators_post(user, emulator=emulator) + api_response = api_instance.emulators_post(user, emulator=emulator) + pprint(api_response) except ApiException as e: print("Exception when calling EmulatorApi->emulators_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Emulator**](Emulator.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Equation.md b/docs/Equation.md index c7d24dc..7f3503f 100644 --- a/docs/Equation.md +++ b/docs/Equation.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/EquationApi.md b/docs/EquationApi.md index 0cee43a..173f69d 100644 --- a/docs/EquationApi.md +++ b/docs/EquationApi.md @@ -1,6 +1,6 @@ # modelcatalog.EquationApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **equations_id_put** -> equations_id_put(id, user, equation=equation) +> Equation equations_id_put(id, user, equation=equation) Update a Equation @@ -195,7 +195,8 @@ equation = modelcatalog.Equation() # Equation | An old Equationto be updated (op try: # Update a Equation - api_instance.equations_id_put(id, user, equation=equation) + api_response = api_instance.equations_id_put(id, user, equation=equation) + pprint(api_response) except ApiException as e: print("Exception when calling EquationApi->equations_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Equation**](Equation.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **equations_post** -> equations_post(user, equation=equation) +> Equation equations_post(user, equation=equation) Create a Equation @@ -250,7 +251,8 @@ equation = modelcatalog.Equation() # Equation | A new Equationto be created (opt try: # Create a Equation - api_instance.equations_post(user, equation=equation) + api_response = api_instance.equations_post(user, equation=equation) + pprint(api_response) except ApiException as e: print("Exception when calling EquationApi->equations_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Equation**](Equation.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/FundingInformation.md b/docs/FundingInformation.md new file mode 100644 index 0000000..e9ccc36 --- /dev/null +++ b/docs/FundingInformation.md @@ -0,0 +1,15 @@ +# FundingInformation + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] +**id** | **str** | | [optional] +**label** | **list[str]** | | [optional] +**type** | **list[str]** | | [optional] +**funding_source** | [**list[Organization]**](Organization.md) | | [optional] +**funding_grant** | **list[str]** | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/FundingInformationApi.md b/docs/FundingInformationApi.md new file mode 100644 index 0000000..2550320 --- /dev/null +++ b/docs/FundingInformationApi.md @@ -0,0 +1,281 @@ +# modelcatalog.FundingInformationApi + +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**fundinginformations_get**](FundingInformationApi.md#fundinginformations_get) | **GET** /fundinginformations | List all FundingInformation entities +[**fundinginformations_id_delete**](FundingInformationApi.md#fundinginformations_id_delete) | **DELETE** /fundinginformations/{id} | Delete a FundingInformation +[**fundinginformations_id_get**](FundingInformationApi.md#fundinginformations_id_get) | **GET** /fundinginformations/{id} | Get a FundingInformation +[**fundinginformations_id_put**](FundingInformationApi.md#fundinginformations_id_put) | **PUT** /fundinginformations/{id} | Update a FundingInformation +[**fundinginformations_post**](FundingInformationApi.md#fundinginformations_post) | **POST** /fundinginformations | Create a FundingInformation + + +# **fundinginformations_get** +> list[FundingInformation] fundinginformations_get(username=username, label=label) + +List all FundingInformation entities + +Gets a list of all FundingInformation entities + +### Example + +```python +from __future__ import print_function +import time +import modelcatalog +from modelcatalog.rest import ApiException +from pprint import pprint + +# create an instance of the API class +api_instance = modelcatalog.FundingInformationApi() +username = 'username_example' # str | Username to query (optional) +label = 'label_example' # str | Filter by label (optional) + +try: + # List all FundingInformation entities + api_response = api_instance.fundinginformations_get(username=username, label=label) + pprint(api_response) +except ApiException as e: + print("Exception when calling FundingInformationApi->fundinginformations_get: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **username** | **str**| Username to query | [optional] + **label** | **str**| Filter by label | [optional] + +### Return type + +[**list[FundingInformation]**](FundingInformation.md) + +### Authorization + +No authorization required + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +[[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) + +# **fundinginformations_id_delete** +> fundinginformations_id_delete(id, user) + +Delete a FundingInformation + +Delete an existing FundingInformation + +### Example + +* Bearer (JWT) Authentication (BearerAuth): +```python +from __future__ import print_function +import time +import modelcatalog +from modelcatalog.rest import ApiException +from pprint import pprint +configuration = modelcatalog.Configuration() +# Configure Bearer authorization (JWT): BearerAuth +configuration.access_token = 'YOUR_BEARER_TOKEN' + +# create an instance of the API class +api_instance = modelcatalog.FundingInformationApi(modelcatalog.ApiClient(configuration)) +id = 'id_example' # str | The ID of the resource +user = 'user_example' # str | Username + +try: + # Delete a FundingInformation + api_instance.fundinginformations_id_delete(id, user) +except ApiException as e: + print("Exception when calling FundingInformationApi->fundinginformations_id_delete: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **str**| The ID of the resource | + **user** | **str**| Username | + +### Return type + +void (empty response body) + +### Authorization + +[BearerAuth](../README.md#BearerAuth) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: Not defined + +[[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) + +# **fundinginformations_id_get** +> FundingInformation fundinginformations_id_get(id, username=username) + +Get a FundingInformation + +Gets the details of a single instance of a FundingInformation + +### Example + +```python +from __future__ import print_function +import time +import modelcatalog +from modelcatalog.rest import ApiException +from pprint import pprint + +# create an instance of the API class +api_instance = modelcatalog.FundingInformationApi() +id = 'id_example' # str | The ID of the resource +username = 'username_example' # str | Username to query (optional) + +try: + # Get a FundingInformation + api_response = api_instance.fundinginformations_id_get(id, username=username) + pprint(api_response) +except ApiException as e: + print("Exception when calling FundingInformationApi->fundinginformations_id_get: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **str**| The ID of the resource | + **username** | **str**| Username to query | [optional] + +### Return type + +[**FundingInformation**](FundingInformation.md) + +### Authorization + +No authorization required + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +[[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) + +# **fundinginformations_id_put** +> FundingInformation fundinginformations_id_put(id, user, funding_information=funding_information) + +Update a FundingInformation + +Updates an existing FundingInformation + +### Example + +* Bearer (JWT) Authentication (BearerAuth): +```python +from __future__ import print_function +import time +import modelcatalog +from modelcatalog.rest import ApiException +from pprint import pprint +configuration = modelcatalog.Configuration() +# Configure Bearer authorization (JWT): BearerAuth +configuration.access_token = 'YOUR_BEARER_TOKEN' + +# create an instance of the API class +api_instance = modelcatalog.FundingInformationApi(modelcatalog.ApiClient(configuration)) +id = 'id_example' # str | The ID of the resource +user = 'user_example' # str | Username +funding_information = modelcatalog.FundingInformation() # FundingInformation | An old FundingInformationto be updated (optional) + +try: + # Update a FundingInformation + api_response = api_instance.fundinginformations_id_put(id, user, funding_information=funding_information) + pprint(api_response) +except ApiException as e: + print("Exception when calling FundingInformationApi->fundinginformations_id_put: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **str**| The ID of the resource | + **user** | **str**| Username | + **funding_information** | [**FundingInformation**](FundingInformation.md)| An old FundingInformationto be updated | [optional] + +### Return type + +[**FundingInformation**](FundingInformation.md) + +### Authorization + +[BearerAuth](../README.md#BearerAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +[[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) + +# **fundinginformations_post** +> FundingInformation fundinginformations_post(user, funding_information=funding_information) + +Create a FundingInformation + +Create a new instance of a FundingInformation + +### Example + +* Bearer (JWT) Authentication (BearerAuth): +```python +from __future__ import print_function +import time +import modelcatalog +from modelcatalog.rest import ApiException +from pprint import pprint +configuration = modelcatalog.Configuration() +# Configure Bearer authorization (JWT): BearerAuth +configuration.access_token = 'YOUR_BEARER_TOKEN' + +# create an instance of the API class +api_instance = modelcatalog.FundingInformationApi(modelcatalog.ApiClient(configuration)) +user = 'user_example' # str | Username +funding_information = modelcatalog.FundingInformation() # FundingInformation | A new FundingInformationto be created (optional) + +try: + # Create a FundingInformation + api_response = api_instance.fundinginformations_post(user, funding_information=funding_information) + pprint(api_response) +except ApiException as e: + print("Exception when calling FundingInformationApi->fundinginformations_post: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **user** | **str**| Username | + **funding_information** | [**FundingInformation**](FundingInformation.md)| A new FundingInformationto be created | [optional] + +### Return type + +[**FundingInformation**](FundingInformation.md) + +### Authorization + +[BearerAuth](../README.md#BearerAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +[[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) + diff --git a/docs/GeoCoordinates.md b/docs/GeoCoordinates.md index 9bc6aa6..8e1d0c9 100644 --- a/docs/GeoCoordinates.md +++ b/docs/GeoCoordinates.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **elevation** | **list[str]** | | [optional] **latitude** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/GeoCoordinatesApi.md b/docs/GeoCoordinatesApi.md index 1aab193..ca5032b 100644 --- a/docs/GeoCoordinatesApi.md +++ b/docs/GeoCoordinatesApi.md @@ -1,6 +1,6 @@ # modelcatalog.GeoCoordinatesApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **geocoordinatess_id_put** -> geocoordinatess_id_put(id, user, geo_coordinates=geo_coordinates) +> GeoCoordinates geocoordinatess_id_put(id, user, geo_coordinates=geo_coordinates) Update a GeoCoordinates @@ -195,7 +195,8 @@ geo_coordinates = modelcatalog.GeoCoordinates() # GeoCoordinates | An old GeoCoo try: # Update a GeoCoordinates - api_instance.geocoordinatess_id_put(id, user, geo_coordinates=geo_coordinates) + api_response = api_instance.geocoordinatess_id_put(id, user, geo_coordinates=geo_coordinates) + pprint(api_response) except ApiException as e: print("Exception when calling GeoCoordinatesApi->geocoordinatess_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**GeoCoordinates**](GeoCoordinates.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **geocoordinatess_post** -> geocoordinatess_post(user, geo_coordinates=geo_coordinates) +> GeoCoordinates geocoordinatess_post(user, geo_coordinates=geo_coordinates) Create a GeoCoordinates @@ -250,7 +251,8 @@ geo_coordinates = modelcatalog.GeoCoordinates() # GeoCoordinates | A new GeoCoor try: # Create a GeoCoordinates - api_instance.geocoordinatess_post(user, geo_coordinates=geo_coordinates) + api_response = api_instance.geocoordinatess_post(user, geo_coordinates=geo_coordinates) + pprint(api_response) except ApiException as e: print("Exception when calling GeoCoordinatesApi->geocoordinatess_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**GeoCoordinates**](GeoCoordinates.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/GeoShape.md b/docs/GeoShape.md index 3ae46cc..e25a5b0 100644 --- a/docs/GeoShape.md +++ b/docs/GeoShape.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **elevation** | **list[str]** | | [optional] **latitude** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **box** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] diff --git a/docs/GeoShapeApi.md b/docs/GeoShapeApi.md index f1bbe7b..90eff92 100644 --- a/docs/GeoShapeApi.md +++ b/docs/GeoShapeApi.md @@ -1,6 +1,6 @@ # modelcatalog.GeoShapeApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **geoshapes_id_put** -> geoshapes_id_put(id, user, geo_shape=geo_shape) +> GeoShape geoshapes_id_put(id, user, geo_shape=geo_shape) Update a GeoShape @@ -195,7 +195,8 @@ geo_shape = modelcatalog.GeoShape() # GeoShape | An old GeoShapeto be updated (o try: # Update a GeoShape - api_instance.geoshapes_id_put(id, user, geo_shape=geo_shape) + api_response = api_instance.geoshapes_id_put(id, user, geo_shape=geo_shape) + pprint(api_response) except ApiException as e: print("Exception when calling GeoShapeApi->geoshapes_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**GeoShape**](GeoShape.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **geoshapes_post** -> geoshapes_post(user, geo_shape=geo_shape) +> GeoShape geoshapes_post(user, geo_shape=geo_shape) Create a GeoShape @@ -250,7 +251,8 @@ geo_shape = modelcatalog.GeoShape() # GeoShape | A new GeoShapeto be created (op try: # Create a GeoShape - api_instance.geoshapes_post(user, geo_shape=geo_shape) + api_response = api_instance.geoshapes_post(user, geo_shape=geo_shape) + pprint(api_response) except ApiException as e: print("Exception when calling GeoShapeApi->geoshapes_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**GeoShape**](GeoShape.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Grid.md b/docs/Grid.md index 9239f08..d3287d1 100644 --- a/docs/Grid.md +++ b/docs/Grid.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes **has_dimensionality** | **list[float]** | | [optional] **has_format** | **list[str]** | | [optional] **has_file_structure** | [**object**](.md) | | [optional] +**description** | **list[str]** | | [optional] **has_presentation** | **list[object]** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/GridApi.md b/docs/GridApi.md index a6c795d..af90aa6 100644 --- a/docs/GridApi.md +++ b/docs/GridApi.md @@ -1,6 +1,6 @@ # modelcatalog.GridApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **grids_id_put** -> grids_id_put(id, user, grid=grid) +> Grid grids_id_put(id, user, grid=grid) Update a Grid @@ -195,7 +195,8 @@ grid = modelcatalog.Grid() # Grid | An old Gridto be updated (optional) try: # Update a Grid - api_instance.grids_id_put(id, user, grid=grid) + api_response = api_instance.grids_id_put(id, user, grid=grid) + pprint(api_response) except ApiException as e: print("Exception when calling GridApi->grids_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Grid**](Grid.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **grids_post** -> grids_post(user, grid=grid) +> Grid grids_post(user, grid=grid) Create a Grid @@ -250,7 +251,8 @@ grid = modelcatalog.Grid() # Grid | A new Gridto be created (optional) try: # Create a Grid - api_instance.grids_post(user, grid=grid) + api_response = api_instance.grids_post(user, grid=grid) + pprint(api_response) except ApiException as e: print("Exception when calling GridApi->grids_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Grid**](Grid.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/HybridModel.md b/docs/HybridModel.md index ffa0346..9700fab 100644 --- a/docs/HybridModel.md +++ b/docs/HybridModel.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**has_funding** | **list[object]** | | [optional] **keywords** | **list[str]** | | [optional] **has_documentation** | **list[str]** | | [optional] **has_grid** | [**list[Grid]**](Grid.md) | | [optional] @@ -18,29 +19,31 @@ Name | Type | Description | Notes **has_model_category** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] **contributor** | **list[object]** | | [optional] +**compatible_visualization_software** | **list[object]** | | [optional] **has_faq** | **list[str]** | | [optional] **logo** | **list[object]** | | [optional] **has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | **list[object]** | | [optional] -**memory_requirements** | **list[str]** | | [optional] **identifier** | **list[str]** | | [optional] +**memory_requirements** | **list[str]** | | [optional] **website** | **list[str]** | | [optional] **citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | **list[object]** | | [optional] **has_explanation_diagram** | **list[object]** | | [optional] -**publisher** | **list[object]** | | [optional] +**has_example** | **list[str]** | | [optional] **has_equation** | [**list[Equation]**](Equation.md) | | [optional] -**funding_source** | **list[object]** | | [optional] +**publisher** | **list[object]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/HybridModelApi.md b/docs/HybridModelApi.md index 55fce05..47933e9 100644 --- a/docs/HybridModelApi.md +++ b/docs/HybridModelApi.md @@ -1,6 +1,6 @@ # modelcatalog.HybridModelApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **hybridmodels_id_put** -> hybridmodels_id_put(id, user, hybrid_model=hybrid_model) +> HybridModel hybridmodels_id_put(id, user, hybrid_model=hybrid_model) Update a HybridModel @@ -195,7 +195,8 @@ hybrid_model = modelcatalog.HybridModel() # HybridModel | An old HybridModelto b try: # Update a HybridModel - api_instance.hybridmodels_id_put(id, user, hybrid_model=hybrid_model) + api_response = api_instance.hybridmodels_id_put(id, user, hybrid_model=hybrid_model) + pprint(api_response) except ApiException as e: print("Exception when calling HybridModelApi->hybridmodels_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**HybridModel**](HybridModel.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **hybridmodels_post** -> hybridmodels_post(user, hybrid_model=hybrid_model) +> HybridModel hybridmodels_post(user, hybrid_model=hybrid_model) Create a HybridModel @@ -250,7 +251,8 @@ hybrid_model = modelcatalog.HybridModel() # HybridModel | A new HybridModelto be try: # Create a HybridModel - api_instance.hybridmodels_post(user, hybrid_model=hybrid_model) + api_response = api_instance.hybridmodels_post(user, hybrid_model=hybrid_model) + pprint(api_response) except ApiException as e: print("Exception when calling HybridModelApi->hybridmodels_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**HybridModel**](HybridModel.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/ICASAVariable.md b/docs/ICASAVariable.md index 53249ed..537f72d 100644 --- a/docs/ICASAVariable.md +++ b/docs/ICASAVariable.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/ICASAVariableApi.md b/docs/ICASAVariableApi.md index 6db5aba..6a693c4 100644 --- a/docs/ICASAVariableApi.md +++ b/docs/ICASAVariableApi.md @@ -1,6 +1,6 @@ # modelcatalog.ICASAVariableApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **icasavariables_id_put** -> icasavariables_id_put(id, user, icasa_variable=icasa_variable) +> ICASAVariable icasavariables_id_put(id, user, icasa_variable=icasa_variable) Update a ICASAVariable @@ -195,7 +195,8 @@ icasa_variable = modelcatalog.ICASAVariable() # ICASAVariable | An old ICASAVari try: # Update a ICASAVariable - api_instance.icasavariables_id_put(id, user, icasa_variable=icasa_variable) + api_response = api_instance.icasavariables_id_put(id, user, icasa_variable=icasa_variable) + pprint(api_response) except ApiException as e: print("Exception when calling ICASAVariableApi->icasavariables_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**ICASAVariable**](ICASAVariable.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **icasavariables_post** -> icasavariables_post(user, icasa_variable=icasa_variable) +> ICASAVariable icasavariables_post(user, icasa_variable=icasa_variable) Create a ICASAVariable @@ -250,7 +251,8 @@ icasa_variable = modelcatalog.ICASAVariable() # ICASAVariable | A new ICASAVaria try: # Create a ICASAVariable - api_instance.icasavariables_post(user, icasa_variable=icasa_variable) + api_response = api_instance.icasavariables_post(user, icasa_variable=icasa_variable) + pprint(api_response) except ApiException as e: print("Exception when calling ICASAVariableApi->icasavariables_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**ICASAVariable**](ICASAVariable.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Image.md b/docs/Image.md index 56de780..25a4991 100644 --- a/docs/Image.md +++ b/docs/Image.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes **has_dimensionality** | **list[float]** | | [optional] **has_format** | **list[str]** | | [optional] **has_file_structure** | [**object**](.md) | | [optional] +**description** | **list[str]** | | [optional] **has_presentation** | [**list[VariablePresentation]**](VariablePresentation.md) | | [optional] **position** | **list[float]** | | [optional] **id** | **str** | | [optional] diff --git a/docs/ImageApi.md b/docs/ImageApi.md index 12c653c..0f87f7c 100644 --- a/docs/ImageApi.md +++ b/docs/ImageApi.md @@ -1,6 +1,6 @@ # modelcatalog.ImageApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **images_id_put** -> images_id_put(id, user, image=image) +> Image images_id_put(id, user, image=image) Update a Image @@ -195,7 +195,8 @@ image = modelcatalog.Image() # Image | An old Imageto be updated (optional) try: # Update a Image - api_instance.images_id_put(id, user, image=image) + api_response = api_instance.images_id_put(id, user, image=image) + pprint(api_response) except ApiException as e: print("Exception when calling ImageApi->images_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Image**](Image.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **images_post** -> images_post(user, image=image) +> Image images_post(user, image=image) Create a Image @@ -250,7 +251,8 @@ image = modelcatalog.Image() # Image | A new Imageto be created (optional) try: # Create a Image - api_instance.images_post(user, image=image) + api_response = api_instance.images_post(user, image=image) + pprint(api_response) except ApiException as e: print("Exception when calling ImageApi->images_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Image**](Image.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Model.md b/docs/Model.md index 580dfcb..3a39139 100644 --- a/docs/Model.md +++ b/docs/Model.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**has_funding** | **list[object]** | | [optional] **keywords** | **list[str]** | | [optional] **has_documentation** | **list[str]** | | [optional] **has_grid** | [**list[Grid]**](Grid.md) | | [optional] @@ -18,29 +19,31 @@ Name | Type | Description | Notes **has_model_category** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] **contributor** | **list[object]** | | [optional] +**compatible_visualization_software** | **list[object]** | | [optional] **has_faq** | **list[str]** | | [optional] **logo** | **list[object]** | | [optional] **has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | **list[object]** | | [optional] -**memory_requirements** | **list[str]** | | [optional] **identifier** | **list[str]** | | [optional] +**memory_requirements** | **list[str]** | | [optional] **website** | **list[str]** | | [optional] **citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | **list[object]** | | [optional] **has_explanation_diagram** | **list[object]** | | [optional] -**publisher** | **list[object]** | | [optional] +**has_example** | **list[str]** | | [optional] **has_equation** | [**list[Equation]**](Equation.md) | | [optional] -**funding_source** | **list[object]** | | [optional] +**publisher** | **list[object]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ModelApi.md b/docs/ModelApi.md index 7dddb30..5f38b05 100644 --- a/docs/ModelApi.md +++ b/docs/ModelApi.md @@ -1,6 +1,6 @@ # modelcatalog.ModelApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **models_id_put** -> models_id_put(id, user, model=model) +> Model models_id_put(id, user, model=model) Update a Model @@ -195,7 +195,8 @@ model = modelcatalog.Model() # Model | An old Modelto be updated (optional) try: # Update a Model - api_instance.models_id_put(id, user, model=model) + api_response = api_instance.models_id_put(id, user, model=model) + pprint(api_response) except ApiException as e: print("Exception when calling ModelApi->models_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Model**](Model.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **models_post** -> models_post(user, model=model) +> Model models_post(user, model=model) Create a Model @@ -250,7 +251,8 @@ model = modelcatalog.Model() # Model | A new Modelto be created (optional) try: # Create a Model - api_instance.models_post(user, model=model) + api_response = api_instance.models_post(user, model=model) + pprint(api_response) except ApiException as e: print("Exception when calling ModelApi->models_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Model**](Model.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/ModelConfiguration.md b/docs/ModelConfiguration.md index fdd1ade..64cfa1c 100644 --- a/docs/ModelConfiguration.md +++ b/docs/ModelConfiguration.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes **keywords** | **list[str]** | | [optional] **has_documentation** | **list[str]** | | [optional] **has_grid** | [**list[Grid]**](Grid.md) | | [optional] -**software_requirements** | **list[str]** | | [optional] **has_implementation_script_location** | **list[str]** | | [optional] +**software_requirements** | **list[str]** | | [optional] **has_download_url** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] **calibrated_variable** | **list[object]** | | [optional] @@ -29,12 +29,15 @@ Name | Type | Description | Notes **date_published** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] **has_source_code** | **list[object]** | | [optional] +**has_setup** | **list[object]** | | [optional] **has_explanation_diagram** | **list[object]** | | [optional] +**has_example** | **list[str]** | | [optional] +**calibration_interval** | **list[str]** | | [optional] **publisher** | **list[object]** | | [optional] **has_output** | **list[object]** | | [optional] **has_output_time_interval** | [**list[TimeInterval]**](TimeInterval.md) | | [optional] -**funding_source** | **list[object]** | | [optional] **parameter_assignment_method** | **list[str]** | | [optional] +**has_funding** | **list[object]** | | [optional] **has_component_location** | **list[str]** | | [optional] **has_process** | [**list[Process]**](Process.md) | | [optional] **has_version** | **list[object]** | | [optional] @@ -49,7 +52,6 @@ Name | Type | Description | Notes **has_model_result_table** | **list[str]** | | [optional] **calibration_target_variable** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] -**has_expert_tuned_model** | [**list[ModelConfiguration]**](ModelConfiguration.md) | | [optional] **has_sample_visualization** | **list[object]** | | [optional] **has_calibration** | [**list[ModelConfiguration]**](ModelConfiguration.md) | | [optional] **has_causal_diagram** | [**list[CausalDiagram]**](CausalDiagram.md) | | [optional] @@ -58,11 +60,13 @@ Name | Type | Description | Notes **citation** | **list[str]** | | [optional] **processor_requirements** | **list[str]** | | [optional] **adjustable_parameter** | **list[object]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **has_support_script_location** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **has_parameter** | **list[object]** | | [optional] **operating_systems** | **list[str]** | | [optional] +**valid_until** | **list[str]** | | [optional] **has_equation** | [**list[Equation]**](Equation.md) | | [optional] **has_input** | **list[object]** | | [optional] diff --git a/docs/ModelconfigurationApi.md b/docs/ModelconfigurationApi.md index 548ad93..1a89505 100644 --- a/docs/ModelconfigurationApi.md +++ b/docs/ModelconfigurationApi.md @@ -1,7 +1,6 @@ # modelcatalog.ModelConfigurationApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* - +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -169,7 +168,7 @@ No authorization required [[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) # **modelconfigurations_id_put** -> modelconfigurations_id_put(id, user, model_configuration=model_configuration) +> ModelConfiguration modelconfigurations_id_put(id, user, model_configuration=model_configuration) Update a ModelConfiguration @@ -196,7 +195,8 @@ model_configuration = modelcatalog.ModelConfiguration() # ModelConfiguration | A try: # Update a ModelConfiguration - api_instance.modelconfigurations_id_put(id, user, model_configuration=model_configuration) + api_response = api_instance.modelconfigurations_id_put(id, user, model_configuration=model_configuration) + pprint(api_response) except ApiException as e: print("Exception when calling ModelConfigurationApi->modelconfigurations_id_put: %s\n" % e) ``` @@ -211,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**ModelConfiguration**](ModelConfiguration.md) ### Authorization @@ -220,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **modelconfigurations_post** -> modelconfigurations_post(user, model_configuration=model_configuration) +> ModelConfiguration modelconfigurations_post(user, model_configuration=model_configuration) Create a ModelConfiguration @@ -251,7 +251,8 @@ model_configuration = modelcatalog.ModelConfiguration() # ModelConfiguration | A try: # Create a ModelConfiguration - api_instance.modelconfigurations_post(user, model_configuration=model_configuration) + api_response = api_instance.modelconfigurations_post(user, model_configuration=model_configuration) + pprint(api_response) except ApiException as e: print("Exception when calling ModelConfigurationApi->modelconfigurations_post: %s\n" % e) ``` @@ -265,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**ModelConfiguration**](ModelConfiguration.md) ### Authorization @@ -274,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Organization.md b/docs/Organization.md index e42fe41..d63c5da 100644 --- a/docs/Organization.md +++ b/docs/Organization.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **identifier** | **list[str]** | | [optional] **website** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/OrganizationApi.md b/docs/OrganizationApi.md index d4f0caf..b35280d 100644 --- a/docs/OrganizationApi.md +++ b/docs/OrganizationApi.md @@ -1,6 +1,6 @@ # modelcatalog.OrganizationApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **organizations_id_put** -> organizations_id_put(id, user, organization=organization) +> Organization organizations_id_put(id, user, organization=organization) Update a Organization @@ -195,7 +195,8 @@ organization = modelcatalog.Organization() # Organization | An old Organizationt try: # Update a Organization - api_instance.organizations_id_put(id, user, organization=organization) + api_response = api_instance.organizations_id_put(id, user, organization=organization) + pprint(api_response) except ApiException as e: print("Exception when calling OrganizationApi->organizations_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Organization**](Organization.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **organizations_post** -> organizations_post(user, organization=organization) +> Organization organizations_post(user, organization=organization) Create a Organization @@ -250,7 +251,8 @@ organization = modelcatalog.Organization() # Organization | A new Organizationto try: # Create a Organization - api_instance.organizations_post(user, organization=organization) + api_response = api_instance.organizations_post(user, organization=organization) + pprint(api_response) except ApiException as e: print("Exception when calling OrganizationApi->organizations_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Organization**](Organization.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Parameter.md b/docs/Parameter.md index e5bdea1..ae2d9db 100644 --- a/docs/Parameter.md +++ b/docs/Parameter.md @@ -4,16 +4,18 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_default_value** | **list[object]** | | [optional] -**has_minimum_accepted_value** | **list[object]** | | [optional] **has_maximum_accepted_value** | **list[object]** | | [optional] -**adjusts_variable** | **list[object]** | | [optional] +**description** | **list[str]** | | [optional] **has_data_type** | **list[str]** | | [optional] **has_fixed_value** | **list[object]** | | [optional] **has_presentation** | [**list[VariablePresentation]**](VariablePresentation.md) | | [optional] -**position** | **list[float]** | | [optional] -**id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] +**has_minimum_accepted_value** | **list[object]** | | [optional] +**adjusts_variable** | **list[object]** | | [optional] +**position** | **list[float]** | | [optional] +**id** | **str** | | [optional] +**uses_unit** | **list[object]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ParameterApi.md b/docs/ParameterApi.md index 5d44023..e08bf42 100644 --- a/docs/ParameterApi.md +++ b/docs/ParameterApi.md @@ -1,6 +1,6 @@ # modelcatalog.ParameterApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **parameters_id_put** -> parameters_id_put(id, user, parameter=parameter) +> Parameter parameters_id_put(id, user, parameter=parameter) Update a Parameter @@ -195,7 +195,8 @@ parameter = modelcatalog.Parameter() # Parameter | An old Parameterto be updated try: # Update a Parameter - api_instance.parameters_id_put(id, user, parameter=parameter) + api_response = api_instance.parameters_id_put(id, user, parameter=parameter) + pprint(api_response) except ApiException as e: print("Exception when calling ParameterApi->parameters_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Parameter**](Parameter.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **parameters_post** -> parameters_post(user, parameter=parameter) +> Parameter parameters_post(user, parameter=parameter) Create a Parameter @@ -250,7 +251,8 @@ parameter = modelcatalog.Parameter() # Parameter | A new Parameterto be created try: # Create a Parameter - api_instance.parameters_post(user, parameter=parameter) + api_response = api_instance.parameters_post(user, parameter=parameter) + pprint(api_response) except ApiException as e: print("Exception when calling ParameterApi->parameters_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Parameter**](Parameter.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Person.md b/docs/Person.md index 2ef2b1e..aa24ea6 100644 --- a/docs/Person.md +++ b/docs/Person.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **identifier** | **list[str]** | | [optional] **website** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/PersonApi.md b/docs/PersonApi.md index 067400d..fcb3617 100644 --- a/docs/PersonApi.md +++ b/docs/PersonApi.md @@ -1,6 +1,6 @@ # modelcatalog.PersonApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **persons_id_put** -> persons_id_put(id, user, person=person) +> Person persons_id_put(id, user, person=person) Update a Person @@ -195,7 +195,8 @@ person = modelcatalog.Person() # Person | An old Personto be updated (optional) try: # Update a Person - api_instance.persons_id_put(id, user, person=person) + api_response = api_instance.persons_id_put(id, user, person=person) + pprint(api_response) except ApiException as e: print("Exception when calling PersonApi->persons_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Person**](Person.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **persons_post** -> persons_post(user, person=person) +> Person persons_post(user, person=person) Create a Person @@ -250,7 +251,8 @@ person = modelcatalog.Person() # Person | A new Personto be created (optional) try: # Create a Person - api_instance.persons_post(user, person=person) + api_response = api_instance.persons_post(user, person=person) + pprint(api_response) except ApiException as e: print("Exception when calling PersonApi->persons_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Person**](Person.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/PointBasedGrid.md b/docs/PointBasedGrid.md index 2c39b1c..e8daf23 100644 --- a/docs/PointBasedGrid.md +++ b/docs/PointBasedGrid.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes **has_dimensionality** | **list[float]** | | [optional] **has_format** | **list[str]** | | [optional] **has_file_structure** | [**object**](.md) | | [optional] +**description** | **list[str]** | | [optional] **has_presentation** | **list[object]** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/PointBasedGridApi.md b/docs/PointBasedGridApi.md index 7b94278..44aeb6e 100644 --- a/docs/PointBasedGridApi.md +++ b/docs/PointBasedGridApi.md @@ -1,6 +1,6 @@ # modelcatalog.PointBasedGridApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **pointbasedgrids_id_put** -> pointbasedgrids_id_put(id, user, point_based_grid=point_based_grid) +> PointBasedGrid pointbasedgrids_id_put(id, user, point_based_grid=point_based_grid) Update a PointBasedGrid @@ -195,7 +195,8 @@ point_based_grid = modelcatalog.PointBasedGrid() # PointBasedGrid | An old Point try: # Update a PointBasedGrid - api_instance.pointbasedgrids_id_put(id, user, point_based_grid=point_based_grid) + api_response = api_instance.pointbasedgrids_id_put(id, user, point_based_grid=point_based_grid) + pprint(api_response) except ApiException as e: print("Exception when calling PointBasedGridApi->pointbasedgrids_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**PointBasedGrid**](PointBasedGrid.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **pointbasedgrids_post** -> pointbasedgrids_post(user, point_based_grid=point_based_grid) +> PointBasedGrid pointbasedgrids_post(user, point_based_grid=point_based_grid) Create a PointBasedGrid @@ -250,7 +251,8 @@ point_based_grid = modelcatalog.PointBasedGrid() # PointBasedGrid | A new PointB try: # Create a PointBasedGrid - api_instance.pointbasedgrids_post(user, point_based_grid=point_based_grid) + api_response = api_instance.pointbasedgrids_post(user, point_based_grid=point_based_grid) + pprint(api_response) except ApiException as e: print("Exception when calling PointBasedGridApi->pointbasedgrids_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**PointBasedGrid**](PointBasedGrid.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Process.md b/docs/Process.md index 43a2077..caa097d 100644 --- a/docs/Process.md +++ b/docs/Process.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/ProcessApi.md b/docs/ProcessApi.md index 3c2aa02..2d20605 100644 --- a/docs/ProcessApi.md +++ b/docs/ProcessApi.md @@ -1,6 +1,6 @@ # modelcatalog.ProcessApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **processs_id_put** -> processs_id_put(id, user, process=process) +> Process processs_id_put(id, user, process=process) Update a Process @@ -195,7 +195,8 @@ process = modelcatalog.Process() # Process | An old Processto be updated (option try: # Update a Process - api_instance.processs_id_put(id, user, process=process) + api_response = api_instance.processs_id_put(id, user, process=process) + pprint(api_response) except ApiException as e: print("Exception when calling ProcessApi->processs_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Process**](Process.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **processs_post** -> processs_post(user, process=process) +> Process processs_post(user, process=process) Create a Process @@ -250,7 +251,8 @@ process = modelcatalog.Process() # Process | A new Processto be created (optiona try: # Create a Process - api_instance.processs_post(user, process=process) + api_response = api_instance.processs_post(user, process=process) + pprint(api_response) except ApiException as e: print("Exception when calling ProcessApi->processs_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Process**](Process.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Region.md b/docs/Region.md index 548e06f..7260315 100644 --- a/docs/Region.md +++ b/docs/Region.md @@ -4,6 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **geo** | **list[object]** | | [optional] +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/RegionApi.md b/docs/RegionApi.md index 6c158df..b989822 100644 --- a/docs/RegionApi.md +++ b/docs/RegionApi.md @@ -1,6 +1,6 @@ # modelcatalog.RegionApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **regions_id_put** -> regions_id_put(id, user, region=region) +> Region regions_id_put(id, user, region=region) Update a Region @@ -195,7 +195,8 @@ region = modelcatalog.Region() # Region | An old Regionto be updated (optional) try: # Update a Region - api_instance.regions_id_put(id, user, region=region) + api_response = api_instance.regions_id_put(id, user, region=region) + pprint(api_response) except ApiException as e: print("Exception when calling RegionApi->regions_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Region**](Region.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **regions_post** -> regions_post(user, region=region) +> Region regions_post(user, region=region) Create a Region @@ -250,7 +251,8 @@ region = modelcatalog.Region() # Region | A new Regionto be created (optional) try: # Create a Region - api_instance.regions_post(user, region=region) + api_response = api_instance.regions_post(user, region=region) + pprint(api_response) except ApiException as e: print("Exception when calling RegionApi->regions_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Region**](Region.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SVOVariable.md b/docs/SVOVariable.md index 19db144..78c1acd 100644 --- a/docs/SVOVariable.md +++ b/docs/SVOVariable.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/SVOVariableApi.md b/docs/SVOVariableApi.md index 14fc4e9..31d3cf4 100644 --- a/docs/SVOVariableApi.md +++ b/docs/SVOVariableApi.md @@ -1,6 +1,6 @@ # modelcatalog.SVOVariableApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **svovariables_id_put** -> svovariables_id_put(id, user, svo_variable=svo_variable) +> SVOVariable svovariables_id_put(id, user, svo_variable=svo_variable) Update a SVOVariable @@ -195,7 +195,8 @@ svo_variable = modelcatalog.SVOVariable() # SVOVariable | An old SVOVariableto b try: # Update a SVOVariable - api_instance.svovariables_id_put(id, user, svo_variable=svo_variable) + api_response = api_instance.svovariables_id_put(id, user, svo_variable=svo_variable) + pprint(api_response) except ApiException as e: print("Exception when calling SVOVariableApi->svovariables_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SVOVariable**](SVOVariable.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **svovariables_post** -> svovariables_post(user, svo_variable=svo_variable) +> SVOVariable svovariables_post(user, svo_variable=svo_variable) Create a SVOVariable @@ -250,7 +251,8 @@ svo_variable = modelcatalog.SVOVariable() # SVOVariable | A new SVOVariableto be try: # Create a SVOVariable - api_instance.svovariables_post(user, svo_variable=svo_variable) + api_response = api_instance.svovariables_post(user, svo_variable=svo_variable) + pprint(api_response) except ApiException as e: print("Exception when calling SVOVariableApi->svovariables_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SVOVariable**](SVOVariable.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SampleExecution.md b/docs/SampleExecution.md index 3eded95..f759d07 100644 --- a/docs/SampleExecution.md +++ b/docs/SampleExecution.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/SampleExecutionApi.md b/docs/SampleExecutionApi.md index 252a69a..2117a16 100644 --- a/docs/SampleExecutionApi.md +++ b/docs/SampleExecutionApi.md @@ -1,6 +1,6 @@ # modelcatalog.SampleExecutionApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **sampleexecutions_id_put** -> sampleexecutions_id_put(id, user, sample_execution=sample_execution) +> SampleExecution sampleexecutions_id_put(id, user, sample_execution=sample_execution) Update a SampleExecution @@ -195,7 +195,8 @@ sample_execution = modelcatalog.SampleExecution() # SampleExecution | An old Sam try: # Update a SampleExecution - api_instance.sampleexecutions_id_put(id, user, sample_execution=sample_execution) + api_response = api_instance.sampleexecutions_id_put(id, user, sample_execution=sample_execution) + pprint(api_response) except ApiException as e: print("Exception when calling SampleExecutionApi->sampleexecutions_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SampleExecution**](SampleExecution.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **sampleexecutions_post** -> sampleexecutions_post(user, sample_execution=sample_execution) +> SampleExecution sampleexecutions_post(user, sample_execution=sample_execution) Create a SampleExecution @@ -250,7 +251,8 @@ sample_execution = modelcatalog.SampleExecution() # SampleExecution | A new Samp try: # Create a SampleExecution - api_instance.sampleexecutions_post(user, sample_execution=sample_execution) + api_response = api_instance.sampleexecutions_post(user, sample_execution=sample_execution) + pprint(api_response) except ApiException as e: print("Exception when calling SampleExecutionApi->sampleexecutions_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SampleExecution**](SampleExecution.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SampleResource.md b/docs/SampleResource.md index ee4e509..6af30f6 100644 --- a/docs/SampleResource.md +++ b/docs/SampleResource.md @@ -4,6 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data_catalog_identifier** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/SampleResourceApi.md b/docs/SampleResourceApi.md index e555486..824380f 100644 --- a/docs/SampleResourceApi.md +++ b/docs/SampleResourceApi.md @@ -1,6 +1,6 @@ # modelcatalog.SampleResourceApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **sampleresources_id_put** -> sampleresources_id_put(id, user, sample_resource=sample_resource) +> SampleResource sampleresources_id_put(id, user, sample_resource=sample_resource) Update a SampleResource @@ -195,7 +195,8 @@ sample_resource = modelcatalog.SampleResource() # SampleResource | An old Sample try: # Update a SampleResource - api_instance.sampleresources_id_put(id, user, sample_resource=sample_resource) + api_response = api_instance.sampleresources_id_put(id, user, sample_resource=sample_resource) + pprint(api_response) except ApiException as e: print("Exception when calling SampleResourceApi->sampleresources_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SampleResource**](SampleResource.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **sampleresources_post** -> sampleresources_post(user, sample_resource=sample_resource) +> SampleResource sampleresources_post(user, sample_resource=sample_resource) Create a SampleResource @@ -250,7 +251,8 @@ sample_resource = modelcatalog.SampleResource() # SampleResource | A new SampleR try: # Create a SampleResource - api_instance.sampleresources_post(user, sample_resource=sample_resource) + api_response = api_instance.sampleresources_post(user, sample_resource=sample_resource) + pprint(api_response) except ApiException as e: print("Exception when calling SampleResourceApi->sampleresources_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SampleResource**](SampleResource.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Software.md b/docs/Software.md index 61e654f..0b287ac 100644 --- a/docs/Software.md +++ b/docs/Software.md @@ -3,22 +3,24 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**keywords** | **list[str]** | | [optional] +**has_funding** | [**list[FundingInformation]**](FundingInformation.md) | | [optional] **has_documentation** | **list[str]** | | [optional] +**keywords** | **list[str]** | | [optional] **software_requirements** | **list[str]** | | [optional] **has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional] **has_typical_data_source** | **list[str]** | | [optional] **has_download_url** | **list[str]** | | [optional] -**description** | **list[str]** | | [optional] **reference_publication** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **screenshot** | [**list[Image]**](Image.md) | | [optional] **type** | **list[str]** | | [optional] **has_installation_instructions** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] +**compatible_visualization_software** | [**list[Software]**](Software.md) | | [optional] **contributor** | [**list[Person]**](Person.md) | | [optional] **has_faq** | **list[str]** | | [optional] -**has_contact_person** | [**list[Person]**](Person.md) | | [optional] **logo** | [**list[Image]**](Image.md) | | [optional] +**has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | [**list[Visualization]**](Visualization.md) | | [optional] @@ -28,15 +30,16 @@ Name | Type | Description | Notes **citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | [**list[SourceCode]**](SourceCode.md) | | [optional] +**has_example** | **list[str]** | | [optional] **publisher** | **list[object]** | | [optional] -**funding_source** | [**list[Organization]**](Organization.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SoftwareApi.md b/docs/SoftwareApi.md index 7362fd6..2fb11c2 100644 --- a/docs/SoftwareApi.md +++ b/docs/SoftwareApi.md @@ -1,6 +1,6 @@ # modelcatalog.SoftwareApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **softwares_id_put** -> softwares_id_put(id, user, software=software) +> Software softwares_id_put(id, user, software=software) Update a Software @@ -195,7 +195,8 @@ software = modelcatalog.Software() # Software | An old Softwareto be updated (op try: # Update a Software - api_instance.softwares_id_put(id, user, software=software) + api_response = api_instance.softwares_id_put(id, user, software=software) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareApi->softwares_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Software**](Software.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **softwares_post** -> softwares_post(user, software=software) +> Software softwares_post(user, software=software) Create a Software @@ -250,7 +251,8 @@ software = modelcatalog.Software() # Software | A new Softwareto be created (opt try: # Create a Software - api_instance.softwares_post(user, software=software) + api_response = api_instance.softwares_post(user, software=software) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareApi->softwares_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Software**](Software.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SoftwareConfiguration.md b/docs/SoftwareConfiguration.md index 12254fd..6046d18 100644 --- a/docs/SoftwareConfiguration.md +++ b/docs/SoftwareConfiguration.md @@ -3,52 +3,56 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**has_component_location** | **list[str]** | | [optional] -**keywords** | **list[str]** | | [optional] **has_documentation** | **list[str]** | | [optional] -**has_implementation_script_location** | **list[str]** | | [optional] +**keywords** | **list[str]** | | [optional] **software_requirements** | **list[str]** | | [optional] -**has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional] -**has_typical_data_source** | **list[str]** | | [optional] +**has_implementation_script_location** | **list[str]** | | [optional] **has_download_url** | **list[str]** | | [optional] -**description** | **list[str]** | | [optional] -**reference_publication** | **list[str]** | | [optional] -**screenshot** | [**list[Image]**](Image.md) | | [optional] **type** | **list[str]** | | [optional] **has_installation_instructions** | **list[str]** | | [optional] -**has_software_image** | [**list[SoftwareImage]**](SoftwareImage.md) | | [optional] -**date_created** | **list[str]** | | [optional] **compatible_visualization_software** | [**list[Software]**](Software.md) | | [optional] -**contributor** | [**list[Person]**](Person.md) | | [optional] **has_faq** | **list[str]** | | [optional] -**has_contact_person** | [**list[Person]**](Person.md) | | [optional] **logo** | [**list[Image]**](Image.md) | | [optional] -**has_purpose** | **list[str]** | | [optional] +**has_contact_person** | **list[object]** | | [optional] **id** | **str** | | [optional] -**has_sample_visualization** | [**list[Visualization]**](Visualization.md) | | [optional] -**memory_requirements** | **list[str]** | | [optional] **identifier** | **list[str]** | | [optional] -**website** | **list[str]** | | [optional] **has_sample_execution** | [**list[SampleExecution]**](SampleExecution.md) | | [optional] **has_sample_result** | [**list[SampleResource]**](SampleResource.md) | | [optional] -**citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] -**processor_requirements** | **list[str]** | | [optional] **has_constraint** | **list[str]** | | [optional] -**has_support_script_location** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] -**label** | **list[str]** | | [optional] **has_execution_command** | **list[str]** | | [optional] -**has_assumption** | **list[str]** | | [optional] -**has_parameter** | [**list[Parameter]**](Parameter.md) | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] **has_source_code** | [**list[SourceCode]**](SourceCode.md) | | [optional] +**has_setup** | [**list[SoftwareConfiguration]**](SoftwareConfiguration.md) | | [optional] +**has_example** | **list[str]** | | [optional] **publisher** | **list[object]** | | [optional] **has_output** | [**list[DatasetSpecification]**](DatasetSpecification.md) | | [optional] +**has_funding** | [**list[FundingInformation]**](FundingInformation.md) | | [optional] +**has_component_location** | **list[str]** | | [optional] +**has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional] +**has_typical_data_source** | **list[str]** | | [optional] +**reference_publication** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] +**screenshot** | [**list[Image]**](Image.md) | | [optional] +**has_software_image** | [**list[SoftwareImage]**](SoftwareImage.md) | | [optional] +**date_created** | **list[str]** | | [optional] +**contributor** | [**list[Person]**](Person.md) | | [optional] +**has_purpose** | **list[str]** | | [optional] +**has_sample_visualization** | [**list[Visualization]**](Visualization.md) | | [optional] +**memory_requirements** | **list[str]** | | [optional] +**website** | **list[str]** | | [optional] +**citation** | **list[str]** | | [optional] +**processor_requirements** | **list[str]** | | [optional] +**adjustable_parameter** | [**list[Parameter]**](Parameter.md) | | [optional] +**has_usage_notes** | **list[str]** | | [optional] +**has_support_script_location** | **list[str]** | | [optional] +**label** | **list[str]** | | [optional] +**has_assumption** | **list[str]** | | [optional] +**has_parameter** | [**list[Parameter]**](Parameter.md) | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_input** | [**list[DatasetSpecification]**](DatasetSpecification.md) | | [optional] -**funding_source** | [**list[Organization]**](Organization.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SoftwareConfigurationApi.md b/docs/SoftwareConfigurationApi.md index e10ac35..452ab79 100644 --- a/docs/SoftwareConfigurationApi.md +++ b/docs/SoftwareConfigurationApi.md @@ -1,6 +1,6 @@ # modelcatalog.SoftwareConfigurationApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **softwareconfigurations_id_put** -> softwareconfigurations_id_put(id, user, software_configuration=software_configuration) +> SoftwareConfiguration softwareconfigurations_id_put(id, user, software_configuration=software_configuration) Update a SoftwareConfiguration @@ -195,7 +195,8 @@ software_configuration = modelcatalog.SoftwareConfiguration() # SoftwareConfigur try: # Update a SoftwareConfiguration - api_instance.softwareconfigurations_id_put(id, user, software_configuration=software_configuration) + api_response = api_instance.softwareconfigurations_id_put(id, user, software_configuration=software_configuration) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareConfigurationApi->softwareconfigurations_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SoftwareConfiguration**](SoftwareConfiguration.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **softwareconfigurations_post** -> softwareconfigurations_post(user, software_configuration=software_configuration) +> SoftwareConfiguration softwareconfigurations_post(user, software_configuration=software_configuration) Create a SoftwareConfiguration @@ -250,7 +251,8 @@ software_configuration = modelcatalog.SoftwareConfiguration() # SoftwareConfigur try: # Create a SoftwareConfiguration - api_instance.softwareconfigurations_post(user, software_configuration=software_configuration) + api_response = api_instance.softwareconfigurations_post(user, software_configuration=software_configuration) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareConfigurationApi->softwareconfigurations_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SoftwareConfiguration**](SoftwareConfiguration.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SoftwareImage.md b/docs/SoftwareImage.md index 60524d8..eac615c 100644 --- a/docs/SoftwareImage.md +++ b/docs/SoftwareImage.md @@ -3,22 +3,24 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**keywords** | **list[str]** | | [optional] +**has_funding** | [**list[FundingInformation]**](FundingInformation.md) | | [optional] **has_documentation** | **list[str]** | | [optional] +**keywords** | **list[str]** | | [optional] **software_requirements** | **list[str]** | | [optional] **has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional] **has_typical_data_source** | **list[str]** | | [optional] **has_download_url** | **list[str]** | | [optional] -**description** | **list[str]** | | [optional] **reference_publication** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **screenshot** | [**list[Image]**](Image.md) | | [optional] **type** | **list[str]** | | [optional] **has_installation_instructions** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] +**compatible_visualization_software** | [**list[Software]**](Software.md) | | [optional] **contributor** | [**list[Person]**](Person.md) | | [optional] **has_faq** | **list[str]** | | [optional] -**has_contact_person** | [**list[Person]**](Person.md) | | [optional] **logo** | [**list[Image]**](Image.md) | | [optional] +**has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | [**list[Visualization]**](Visualization.md) | | [optional] @@ -28,16 +30,17 @@ Name | Type | Description | Notes **citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_execution_command** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | [**list[SourceCode]**](SourceCode.md) | | [optional] +**has_example** | **list[str]** | | [optional] **publisher** | **list[object]** | | [optional] -**funding_source** | [**list[Organization]**](Organization.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SoftwareImageApi.md b/docs/SoftwareImageApi.md index 6f7efbb..fa5efdb 100644 --- a/docs/SoftwareImageApi.md +++ b/docs/SoftwareImageApi.md @@ -1,6 +1,6 @@ # modelcatalog.SoftwareImageApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **softwareimages_id_put** -> softwareimages_id_put(id, user, software_image=software_image) +> SoftwareImage softwareimages_id_put(id, user, software_image=software_image) Update a SoftwareImage @@ -195,7 +195,8 @@ software_image = modelcatalog.SoftwareImage() # SoftwareImage | An old SoftwareI try: # Update a SoftwareImage - api_instance.softwareimages_id_put(id, user, software_image=software_image) + api_response = api_instance.softwareimages_id_put(id, user, software_image=software_image) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareImageApi->softwareimages_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SoftwareImage**](SoftwareImage.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **softwareimages_post** -> softwareimages_post(user, software_image=software_image) +> SoftwareImage softwareimages_post(user, software_image=software_image) Create a SoftwareImage @@ -250,7 +251,8 @@ software_image = modelcatalog.SoftwareImage() # SoftwareImage | A new SoftwareIm try: # Create a SoftwareImage - api_instance.softwareimages_post(user, software_image=software_image) + api_response = api_instance.softwareimages_post(user, software_image=software_image) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareImageApi->softwareimages_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SoftwareImage**](SoftwareImage.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SoftwareVersion.md b/docs/SoftwareVersion.md index 88747ef..357848b 100644 --- a/docs/SoftwareVersion.md +++ b/docs/SoftwareVersion.md @@ -3,22 +3,24 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**keywords** | **list[str]** | | [optional] +**has_funding** | [**list[FundingInformation]**](FundingInformation.md) | | [optional] **has_documentation** | **list[str]** | | [optional] +**keywords** | **list[str]** | | [optional] **software_requirements** | **list[str]** | | [optional] **has_version** | [**list[SoftwareVersion]**](SoftwareVersion.md) | | [optional] **has_typical_data_source** | **list[str]** | | [optional] **has_download_url** | **list[str]** | | [optional] -**description** | **list[str]** | | [optional] **reference_publication** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **screenshot** | [**list[Image]**](Image.md) | | [optional] **type** | **list[str]** | | [optional] **has_installation_instructions** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] +**compatible_visualization_software** | [**list[Software]**](Software.md) | | [optional] **contributor** | [**list[Person]**](Person.md) | | [optional] **has_faq** | **list[str]** | | [optional] -**has_contact_person** | [**list[Person]**](Person.md) | | [optional] **logo** | [**list[Image]**](Image.md) | | [optional] +**has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | [**list[Visualization]**](Visualization.md) | | [optional] @@ -29,15 +31,16 @@ Name | Type | Description | Notes **has_configuration** | [**list[SoftwareConfiguration]**](SoftwareConfiguration.md) | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | [**list[SourceCode]**](SourceCode.md) | | [optional] +**has_example** | **list[str]** | | [optional] **publisher** | **list[object]** | | [optional] -**funding_source** | [**list[Organization]**](Organization.md) | | [optional] **has_version_id** | **list[str]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SoftwareVersionApi.md b/docs/SoftwareVersionApi.md index b91abc4..b8db2db 100644 --- a/docs/SoftwareVersionApi.md +++ b/docs/SoftwareVersionApi.md @@ -1,6 +1,6 @@ # modelcatalog.SoftwareVersionApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **softwareversions_id_put** -> softwareversions_id_put(id, user, software_version=software_version) +> SoftwareVersion softwareversions_id_put(id, user, software_version=software_version) Update a SoftwareVersion @@ -195,7 +195,8 @@ software_version = modelcatalog.SoftwareVersion() # SoftwareVersion | An old Sof try: # Update a SoftwareVersion - api_instance.softwareversions_id_put(id, user, software_version=software_version) + api_response = api_instance.softwareversions_id_put(id, user, software_version=software_version) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareVersionApi->softwareversions_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SoftwareVersion**](SoftwareVersion.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **softwareversions_post** -> softwareversions_post(user, software_version=software_version) +> SoftwareVersion softwareversions_post(user, software_version=software_version) Create a SoftwareVersion @@ -250,7 +251,8 @@ software_version = modelcatalog.SoftwareVersion() # SoftwareVersion | A new Soft try: # Create a SoftwareVersion - api_instance.softwareversions_post(user, software_version=software_version) + api_response = api_instance.softwareversions_post(user, software_version=software_version) + pprint(api_response) except ApiException as e: print("Exception when calling SoftwareVersionApi->softwareversions_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SoftwareVersion**](SoftwareVersion.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SourceCode.md b/docs/SourceCode.md index d910dda..c1e31ed 100644 --- a/docs/SourceCode.md +++ b/docs/SourceCode.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **license** | **list[str]** | | [optional] **programming_language** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **code_repository** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] diff --git a/docs/SourceCodeApi.md b/docs/SourceCodeApi.md index b6fc20c..79c086a 100644 --- a/docs/SourceCodeApi.md +++ b/docs/SourceCodeApi.md @@ -1,6 +1,6 @@ # modelcatalog.SourceCodeApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **sourcecodes_id_put** -> sourcecodes_id_put(id, user, source_code=source_code) +> SourceCode sourcecodes_id_put(id, user, source_code=source_code) Update a SourceCode @@ -195,7 +195,8 @@ source_code = modelcatalog.SourceCode() # SourceCode | An old SourceCodeto be up try: # Update a SourceCode - api_instance.sourcecodes_id_put(id, user, source_code=source_code) + api_response = api_instance.sourcecodes_id_put(id, user, source_code=source_code) + pprint(api_response) except ApiException as e: print("Exception when calling SourceCodeApi->sourcecodes_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SourceCode**](SourceCode.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **sourcecodes_post** -> sourcecodes_post(user, source_code=source_code) +> SourceCode sourcecodes_post(user, source_code=source_code) Create a SourceCode @@ -250,7 +251,8 @@ source_code = modelcatalog.SourceCode() # SourceCode | A new SourceCodeto be cre try: # Create a SourceCode - api_instance.sourcecodes_post(user, source_code=source_code) + api_response = api_instance.sourcecodes_post(user, source_code=source_code) + pprint(api_response) except ApiException as e: print("Exception when calling SourceCodeApi->sourcecodes_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SourceCode**](SourceCode.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SpatialResolution.md b/docs/SpatialResolution.md index 4a73bea..8b0b3df 100644 --- a/docs/SpatialResolution.md +++ b/docs/SpatialResolution.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/SpatialResolutionApi.md b/docs/SpatialResolutionApi.md index b4be261..d6e0f2d 100644 --- a/docs/SpatialResolutionApi.md +++ b/docs/SpatialResolutionApi.md @@ -1,6 +1,6 @@ # modelcatalog.SpatialResolutionApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **spatialresolutions_id_put** -> spatialresolutions_id_put(id, user, spatial_resolution=spatial_resolution) +> SpatialResolution spatialresolutions_id_put(id, user, spatial_resolution=spatial_resolution) Update a SpatialResolution @@ -195,7 +195,8 @@ spatial_resolution = modelcatalog.SpatialResolution() # SpatialResolution | An o try: # Update a SpatialResolution - api_instance.spatialresolutions_id_put(id, user, spatial_resolution=spatial_resolution) + api_response = api_instance.spatialresolutions_id_put(id, user, spatial_resolution=spatial_resolution) + pprint(api_response) except ApiException as e: print("Exception when calling SpatialResolutionApi->spatialresolutions_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SpatialResolution**](SpatialResolution.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **spatialresolutions_post** -> spatialresolutions_post(user, spatial_resolution=spatial_resolution) +> SpatialResolution spatialresolutions_post(user, spatial_resolution=spatial_resolution) Create a SpatialResolution @@ -250,7 +251,8 @@ spatial_resolution = modelcatalog.SpatialResolution() # SpatialResolution | A ne try: # Create a SpatialResolution - api_instance.spatialresolutions_post(user, spatial_resolution=spatial_resolution) + api_response = api_instance.spatialresolutions_post(user, spatial_resolution=spatial_resolution) + pprint(api_response) except ApiException as e: print("Exception when calling SpatialResolutionApi->spatialresolutions_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SpatialResolution**](SpatialResolution.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/SpatiallyDistributedGrid.md b/docs/SpatiallyDistributedGrid.md index 4bad955..ad5d052 100644 --- a/docs/SpatiallyDistributedGrid.md +++ b/docs/SpatiallyDistributedGrid.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes **has_dimensionality** | **list[float]** | | [optional] **has_format** | **list[str]** | | [optional] **has_file_structure** | [**object**](.md) | | [optional] +**description** | **list[str]** | | [optional] **has_presentation** | **list[object]** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/SpatiallyDistributedGridApi.md b/docs/SpatiallyDistributedGridApi.md index a815dee..a0e968b 100644 --- a/docs/SpatiallyDistributedGridApi.md +++ b/docs/SpatiallyDistributedGridApi.md @@ -1,6 +1,6 @@ # modelcatalog.SpatiallyDistributedGridApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **spatiallydistributedgrids_id_put** -> spatiallydistributedgrids_id_put(id, user, spatially_distributed_grid=spatially_distributed_grid) +> SpatiallyDistributedGrid spatiallydistributedgrids_id_put(id, user, spatially_distributed_grid=spatially_distributed_grid) Update a SpatiallyDistributedGrid @@ -195,7 +195,8 @@ spatially_distributed_grid = modelcatalog.SpatiallyDistributedGrid() # Spatially try: # Update a SpatiallyDistributedGrid - api_instance.spatiallydistributedgrids_id_put(id, user, spatially_distributed_grid=spatially_distributed_grid) + api_response = api_instance.spatiallydistributedgrids_id_put(id, user, spatially_distributed_grid=spatially_distributed_grid) + pprint(api_response) except ApiException as e: print("Exception when calling SpatiallyDistributedGridApi->spatiallydistributedgrids_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SpatiallyDistributedGrid**](SpatiallyDistributedGrid.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **spatiallydistributedgrids_post** -> spatiallydistributedgrids_post(user, spatially_distributed_grid=spatially_distributed_grid) +> SpatiallyDistributedGrid spatiallydistributedgrids_post(user, spatially_distributed_grid=spatially_distributed_grid) Create a SpatiallyDistributedGrid @@ -250,7 +251,8 @@ spatially_distributed_grid = modelcatalog.SpatiallyDistributedGrid() # Spatially try: # Create a SpatiallyDistributedGrid - api_instance.spatiallydistributedgrids_post(user, spatially_distributed_grid=spatially_distributed_grid) + api_response = api_instance.spatiallydistributedgrids_post(user, spatially_distributed_grid=spatially_distributed_grid) + pprint(api_response) except ApiException as e: print("Exception when calling SpatiallyDistributedGridApi->spatiallydistributedgrids_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**SpatiallyDistributedGrid**](SpatiallyDistributedGrid.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/StandardVariable.md b/docs/StandardVariable.md index 60eb3a4..c8b2f79 100644 --- a/docs/StandardVariable.md +++ b/docs/StandardVariable.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/StandardVariableApi.md b/docs/StandardVariableApi.md index d7661c4..8419b13 100644 --- a/docs/StandardVariableApi.md +++ b/docs/StandardVariableApi.md @@ -1,6 +1,6 @@ # modelcatalog.StandardVariableApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **standardvariables_id_put** -> standardvariables_id_put(id, user, standard_variable=standard_variable) +> StandardVariable standardvariables_id_put(id, user, standard_variable=standard_variable) Update a StandardVariable @@ -195,7 +195,8 @@ standard_variable = modelcatalog.StandardVariable() # StandardVariable | An old try: # Update a StandardVariable - api_instance.standardvariables_id_put(id, user, standard_variable=standard_variable) + api_response = api_instance.standardvariables_id_put(id, user, standard_variable=standard_variable) + pprint(api_response) except ApiException as e: print("Exception when calling StandardVariableApi->standardvariables_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**StandardVariable**](StandardVariable.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **standardvariables_post** -> standardvariables_post(user, standard_variable=standard_variable) +> StandardVariable standardvariables_post(user, standard_variable=standard_variable) Create a StandardVariable @@ -250,7 +251,8 @@ standard_variable = modelcatalog.StandardVariable() # StandardVariable | A new S try: # Create a StandardVariable - api_instance.standardvariables_post(user, standard_variable=standard_variable) + api_response = api_instance.standardvariables_post(user, standard_variable=standard_variable) + pprint(api_response) except ApiException as e: print("Exception when calling StandardVariableApi->standardvariables_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**StandardVariable**](StandardVariable.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/TheoryGuidedModel.md b/docs/TheoryGuidedModel.md index 09c3505..676fe7f 100644 --- a/docs/TheoryGuidedModel.md +++ b/docs/TheoryGuidedModel.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**has_funding** | **list[object]** | | [optional] **keywords** | **list[str]** | | [optional] **has_documentation** | **list[str]** | | [optional] **has_grid** | [**list[Grid]**](Grid.md) | | [optional] @@ -18,29 +19,31 @@ Name | Type | Description | Notes **has_model_category** | **list[str]** | | [optional] **date_created** | **list[str]** | | [optional] **contributor** | **list[object]** | | [optional] +**compatible_visualization_software** | **list[object]** | | [optional] **has_faq** | **list[str]** | | [optional] **logo** | **list[object]** | | [optional] **has_contact_person** | **list[object]** | | [optional] **has_purpose** | **list[str]** | | [optional] **id** | **str** | | [optional] **has_sample_visualization** | **list[object]** | | [optional] -**memory_requirements** | **list[str]** | | [optional] **identifier** | **list[str]** | | [optional] +**memory_requirements** | **list[str]** | | [optional] **website** | **list[str]** | | [optional] **citation** | **list[str]** | | [optional] **author** | **list[object]** | | [optional] **processor_requirements** | **list[str]** | | [optional] +**has_usage_notes** | **list[str]** | | [optional] **short_description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] **has_assumption** | **list[str]** | | [optional] **date_published** | **list[str]** | | [optional] -**operating_systems** | **list[str]** | | [optional] **license** | **list[str]** | | [optional] +**operating_systems** | **list[str]** | | [optional] **has_source_code** | **list[object]** | | [optional] **has_explanation_diagram** | **list[object]** | | [optional] -**publisher** | **list[object]** | | [optional] +**has_example** | **list[str]** | | [optional] **has_equation** | [**list[Equation]**](Equation.md) | | [optional] -**funding_source** | **list[object]** | | [optional] +**publisher** | **list[object]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TheoryGuidedModelApi.md b/docs/TheoryGuidedModelApi.md index 4165b3f..cdeb932 100644 --- a/docs/TheoryGuidedModelApi.md +++ b/docs/TheoryGuidedModelApi.md @@ -1,6 +1,6 @@ # modelcatalog.TheoryGuidedModelApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **theory_guidedmodels_id_put** -> theory_guidedmodels_id_put(id, user, theory_guided_model=theory_guided_model) +> TheoryGuidedModel theory_guidedmodels_id_put(id, user, theory_guided_model=theory_guided_model) Update a Theory-GuidedModel @@ -195,7 +195,8 @@ theory_guided_model = modelcatalog.TheoryGuidedModel() # TheoryGuidedModel | An try: # Update a Theory-GuidedModel - api_instance.theory_guidedmodels_id_put(id, user, theory_guided_model=theory_guided_model) + api_response = api_instance.theory_guidedmodels_id_put(id, user, theory_guided_model=theory_guided_model) + pprint(api_response) except ApiException as e: print("Exception when calling TheoryGuidedModelApi->theory_guidedmodels_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**TheoryGuidedModel**](TheoryGuidedModel.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **theory_guidedmodels_post** -> theory_guidedmodels_post(user, theory_guided_model=theory_guided_model) +> TheoryGuidedModel theory_guidedmodels_post(user, theory_guided_model=theory_guided_model) Create a Theory-GuidedModel @@ -250,7 +251,8 @@ theory_guided_model = modelcatalog.TheoryGuidedModel() # TheoryGuidedModel | A n try: # Create a Theory-GuidedModel - api_instance.theory_guidedmodels_post(user, theory_guided_model=theory_guided_model) + api_response = api_instance.theory_guidedmodels_post(user, theory_guided_model=theory_guided_model) + pprint(api_response) except ApiException as e: print("Exception when calling TheoryGuidedModelApi->theory_guidedmodels_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**TheoryGuidedModel**](TheoryGuidedModel.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/TimeInterval.md b/docs/TimeInterval.md index 91f0f9d..00ec116 100644 --- a/docs/TimeInterval.md +++ b/docs/TimeInterval.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/TimeIntervalApi.md b/docs/TimeIntervalApi.md index b7adc32..e43263b 100644 --- a/docs/TimeIntervalApi.md +++ b/docs/TimeIntervalApi.md @@ -1,6 +1,6 @@ # modelcatalog.TimeIntervalApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **timeintervals_id_put** -> timeintervals_id_put(id, user, time_interval=time_interval) +> TimeInterval timeintervals_id_put(id, user, time_interval=time_interval) Update a TimeInterval @@ -195,7 +195,8 @@ time_interval = modelcatalog.TimeInterval() # TimeInterval | An old TimeInterval try: # Update a TimeInterval - api_instance.timeintervals_id_put(id, user, time_interval=time_interval) + api_response = api_instance.timeintervals_id_put(id, user, time_interval=time_interval) + pprint(api_response) except ApiException as e: print("Exception when calling TimeIntervalApi->timeintervals_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**TimeInterval**](TimeInterval.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **timeintervals_post** -> timeintervals_post(user, time_interval=time_interval) +> TimeInterval timeintervals_post(user, time_interval=time_interval) Create a TimeInterval @@ -250,7 +251,8 @@ time_interval = modelcatalog.TimeInterval() # TimeInterval | A new TimeIntervalt try: # Create a TimeInterval - api_instance.timeintervals_post(user, time_interval=time_interval) + api_response = api_instance.timeintervals_post(user, time_interval=time_interval) + pprint(api_response) except ApiException as e: print("Exception when calling TimeIntervalApi->timeintervals_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**TimeInterval**](TimeInterval.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Unit.md b/docs/Unit.md index 2f98681..93ac856 100644 --- a/docs/Unit.md +++ b/docs/Unit.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/UnitApi.md b/docs/UnitApi.md index ae5f3fb..3781e09 100644 --- a/docs/UnitApi.md +++ b/docs/UnitApi.md @@ -1,6 +1,6 @@ # modelcatalog.UnitApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **units_id_put** -> units_id_put(id, user, unit=unit) +> Unit units_id_put(id, user, unit=unit) Update a Unit @@ -195,7 +195,8 @@ unit = modelcatalog.Unit() # Unit | An old Unitto be updated (optional) try: # Update a Unit - api_instance.units_id_put(id, user, unit=unit) + api_response = api_instance.units_id_put(id, user, unit=unit) + pprint(api_response) except ApiException as e: print("Exception when calling UnitApi->units_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Unit**](Unit.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **units_post** -> units_post(user, unit=unit) +> Unit units_post(user, unit=unit) Create a Unit @@ -250,7 +251,8 @@ unit = modelcatalog.Unit() # Unit | A new Unitto be created (optional) try: # Create a Unit - api_instance.units_post(user, unit=unit) + api_response = api_instance.units_post(user, unit=unit) + pprint(api_response) except ApiException as e: print("Exception when calling UnitApi->units_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Unit**](Unit.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Variable.md b/docs/Variable.md index 04b4428..4419391 100644 --- a/docs/Variable.md +++ b/docs/Variable.md @@ -3,6 +3,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/VariableApi.md b/docs/VariableApi.md index f39d5ca..a8d14c9 100644 --- a/docs/VariableApi.md +++ b/docs/VariableApi.md @@ -1,6 +1,6 @@ # modelcatalog.VariableApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **variables_id_put** -> variables_id_put(id, user, variable=variable) +> Variable variables_id_put(id, user, variable=variable) Update a Variable @@ -195,7 +195,8 @@ variable = modelcatalog.Variable() # Variable | An old Variableto be updated (op try: # Update a Variable - api_instance.variables_id_put(id, user, variable=variable) + api_response = api_instance.variables_id_put(id, user, variable=variable) + pprint(api_response) except ApiException as e: print("Exception when calling VariableApi->variables_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Variable**](Variable.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **variables_post** -> variables_post(user, variable=variable) +> Variable variables_post(user, variable=variable) Create a Variable @@ -250,7 +251,8 @@ variable = modelcatalog.Variable() # Variable | A new Variableto be created (opt try: # Create a Variable - api_instance.variables_post(user, variable=variable) + api_response = api_instance.variables_post(user, variable=variable) + pprint(api_response) except ApiException as e: print("Exception when calling VariableApi->variables_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Variable**](Variable.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/VariablePresentation.md b/docs/VariablePresentation.md index 7a68863..bd7a4c6 100644 --- a/docs/VariablePresentation.md +++ b/docs/VariablePresentation.md @@ -4,17 +4,18 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_default_value** | **list[object]** | | [optional] -**has_short_name** | **list[str]** | | [optional] -**has_minimum_accepted_value** | **list[object]** | | [optional] **has_standard_variable** | [**list[StandardVariable]**](StandardVariable.md) | | [optional] **has_maximum_accepted_value** | **list[object]** | | [optional] **has_constraint** | **list[str]** | | [optional] -**id** | **str** | | [optional] +**description** | **list[str]** | | [optional] **label** | **list[str]** | | [optional] -**part_of_dataset** | [**list[DatasetSpecification]**](DatasetSpecification.md) | | [optional] **type** | **list[str]** | | [optional] -**uses_unit** | **list[object]** | | [optional] **has_long_name** | **list[str]** | | [optional] +**has_short_name** | **list[str]** | | [optional] +**has_minimum_accepted_value** | **list[object]** | | [optional] +**id** | **str** | | [optional] +**part_of_dataset** | [**list[DatasetSpecification]**](DatasetSpecification.md) | | [optional] +**uses_unit** | **list[object]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/VariablePresentationApi.md b/docs/VariablePresentationApi.md index 2e99534..b9a9e78 100644 --- a/docs/VariablePresentationApi.md +++ b/docs/VariablePresentationApi.md @@ -1,6 +1,6 @@ # modelcatalog.VariablePresentationApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **variablepresentations_id_put** -> variablepresentations_id_put(id, user, variable_presentation=variable_presentation) +> VariablePresentation variablepresentations_id_put(id, user, variable_presentation=variable_presentation) Update a VariablePresentation @@ -195,7 +195,8 @@ variable_presentation = modelcatalog.VariablePresentation() # VariablePresentati try: # Update a VariablePresentation - api_instance.variablepresentations_id_put(id, user, variable_presentation=variable_presentation) + api_response = api_instance.variablepresentations_id_put(id, user, variable_presentation=variable_presentation) + pprint(api_response) except ApiException as e: print("Exception when calling VariablePresentationApi->variablepresentations_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**VariablePresentation**](VariablePresentation.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **variablepresentations_post** -> variablepresentations_post(user, variable_presentation=variable_presentation) +> VariablePresentation variablepresentations_post(user, variable_presentation=variable_presentation) Create a VariablePresentation @@ -250,7 +251,8 @@ variable_presentation = modelcatalog.VariablePresentation() # VariablePresentati try: # Create a VariablePresentation - api_instance.variablepresentations_post(user, variable_presentation=variable_presentation) + api_response = api_instance.variablepresentations_post(user, variable_presentation=variable_presentation) + pprint(api_response) except ApiException as e: print("Exception when calling VariablePresentationApi->variablepresentations_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**VariablePresentation**](VariablePresentation.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/docs/Visualization.md b/docs/Visualization.md index 28e1a47..c06a9ae 100644 --- a/docs/Visualization.md +++ b/docs/Visualization.md @@ -4,6 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_format** | **list[str]** | | [optional] +**description** | **list[str]** | | [optional] **id** | **str** | | [optional] **label** | **list[str]** | | [optional] **type** | **list[str]** | | [optional] diff --git a/docs/VisualizationApi.md b/docs/VisualizationApi.md index 7cfbbc3..b962dec 100644 --- a/docs/VisualizationApi.md +++ b/docs/VisualizationApi.md @@ -1,6 +1,6 @@ # modelcatalog.VisualizationApi -All URIs are relative to *https://api.models.mint.isi.edu/v1.0.0* +All URIs are relative to *https://api.models.mint.isi.edu/v1.1.0* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -168,7 +168,7 @@ No authorization required [[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) # **visualizations_id_put** -> visualizations_id_put(id, user, visualization=visualization) +> Visualization visualizations_id_put(id, user, visualization=visualization) Update a Visualization @@ -195,7 +195,8 @@ visualization = modelcatalog.Visualization() # Visualization | An old Visualizat try: # Update a Visualization - api_instance.visualizations_id_put(id, user, visualization=visualization) + api_response = api_instance.visualizations_id_put(id, user, visualization=visualization) + pprint(api_response) except ApiException as e: print("Exception when calling VisualizationApi->visualizations_id_put: %s\n" % e) ``` @@ -210,7 +211,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Visualization**](Visualization.md) ### Authorization @@ -219,12 +220,12 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) # **visualizations_post** -> visualizations_post(user, visualization=visualization) +> Visualization visualizations_post(user, visualization=visualization) Create a Visualization @@ -250,7 +251,8 @@ visualization = modelcatalog.Visualization() # Visualization | A new Visualizati try: # Create a Visualization - api_instance.visualizations_post(user, visualization=visualization) + api_response = api_instance.visualizations_post(user, visualization=visualization) + pprint(api_response) except ApiException as e: print("Exception when calling VisualizationApi->visualizations_post: %s\n" % e) ``` @@ -264,7 +266,7 @@ Name | Type | Description | Notes ### Return type -void (empty response body) +[**Visualization**](Visualization.md) ### Authorization @@ -273,7 +275,7 @@ void (empty response body) ### HTTP request headers - **Content-Type**: application/json - - **Accept**: Not defined + - **Accept**: application/json [[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) diff --git a/examples/.idea/encodings.xml b/examples/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/examples/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/examples/.idea/examples.iml b/examples/.idea/examples.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/examples/.idea/examples.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/examples/.idea/misc.xml b/examples/.idea/misc.xml new file mode 100644 index 0000000..90b5de9 --- /dev/null +++ b/examples/.idea/misc.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + Control flow issuesJavaScript + + + DOM issuesJavaScript + + + Dockerfile + + + JavaScript + + + + + + + \ No newline at end of file diff --git a/examples/.idea/modules.xml b/examples/.idea/modules.xml new file mode 100644 index 0000000..704ff0e --- /dev/null +++ b/examples/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/examples/.idea/vcs.xml b/examples/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/examples/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/examples/.idea/workspace.xml b/examples/.idea/workspace.xml new file mode 100644 index 0000000..6034ee5 --- /dev/null +++ b/examples/.idea/workspace.xml @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +