Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 15, 2019
1 parent be65ce5 commit 321ad41
Show file tree
Hide file tree
Showing 177 changed files with 9,739 additions and 2,616 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
------------ | ------------- | ------------- | -------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/CausalDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **list[str]** | | [optional]
**id** | **str** | | [optional]
**label** | **list[str]** | | [optional]
**type** | **list[str]** | | [optional]
Expand Down
20 changes: 11 additions & 9 deletions docs/CausalDiagramApi.md
Original file line number Diff line number Diff line change
@@ -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
------------- | ------------- | -------------
Expand Down Expand Up @@ -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

Expand All @@ -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)
```
Expand All @@ -210,7 +211,7 @@ Name | Type | Description | Notes

### Return type

void (empty response body)
[**CausalDiagram**](CausalDiagram.md)

### Authorization

Expand All @@ -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

Expand All @@ -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)
```
Expand All @@ -264,7 +266,7 @@ Name | Type | Description | Notes

### Return type

void (empty response body)
[**CausalDiagram**](CausalDiagram.md)

### Authorization

Expand All @@ -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)

1 change: 1 addition & 0 deletions docs/DatasetSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
20 changes: 11 additions & 9 deletions docs/DatasetspecificationApi.md
Original file line number Diff line number Diff line change
@@ -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
------------- | ------------- | -------------
Expand Down Expand Up @@ -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

Expand All @@ -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)
```
Expand All @@ -210,7 +211,7 @@ Name | Type | Description | Notes

### Return type

void (empty response body)
[**DatasetSpecification**](DatasetSpecification.md)

### Authorization

Expand All @@ -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

Expand All @@ -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)
```
Expand All @@ -264,7 +266,7 @@ Name | Type | Description | Notes

### Return type

void (empty response body)
[**DatasetSpecification**](DatasetSpecification.md)

### Authorization

Expand All @@ -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)

2 changes: 1 addition & 1 deletion docs/DefaultApi.md
Original file line number Diff line number Diff line change
@@ -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
------------- | ------------- | -------------
Expand Down
11 changes: 7 additions & 4 deletions docs/EmpiricalModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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)

Expand Down
20 changes: 11 additions & 9 deletions docs/EmpiricalModelApi.md
Original file line number Diff line number Diff line change
@@ -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
------------- | ------------- | -------------
Expand Down Expand Up @@ -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

Expand All @@ -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)
```
Expand All @@ -210,7 +211,7 @@ Name | Type | Description | Notes

### Return type

void (empty response body)
[**EmpiricalModel**](EmpiricalModel.md)

### Authorization

Expand All @@ -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

Expand All @@ -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)
```
Expand All @@ -264,7 +266,7 @@ Name | Type | Description | Notes

### Return type

void (empty response body)
[**EmpiricalModel**](EmpiricalModel.md)

### Authorization

Expand All @@ -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)

11 changes: 7 additions & 4 deletions docs/Emulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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)

Expand Down
Loading

0 comments on commit 321ad41

Please sign in to comment.