ExchangeItemsApi
All URIs are relative to http://localhost:50051
Method | HTTP request | Description |
---|---|---|
getcomponentname | GET /getcomponentname | |
getinputitem_count | GET /getinputitem_count | |
getinputvar_names | GET /getinputvar_names | |
getoutputitem_count | GET /getoutputitem_count | |
getoutputvar_names | GET /getoutputvar_names |
getcomponentname
getcomponentname(req::HTTP.Request;) -> GetComponentNameResponse
Get the name of the model component.
Required Parameters
This endpoint does not need any parameter.
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getinputitem_count
getinputitem_count(req::HTTP.Request;) -> Int64
The number of variables the model can use from other models implementing a BMI.
Required Parameters
This endpoint does not need any parameter.
Return type
Int64
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getinputvar_names
getinputvar_names(req::HTTP.Request;) -> Vector{String}
Gets an array of names for the variables the model can use from other models implementing a BMI.
Required Parameters
This endpoint does not need any parameter.
Return type
Vector{String}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getoutputitem_count
getoutputitem_count(req::HTTP.Request;) -> Int64
The number of variables the model can provide other models implementing a BMI.
Required Parameters
This endpoint does not need any parameter.
Return type
Int64
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getoutputvar_names
getoutputvar_names(req::HTTP.Request;) -> Vector{String}
Gets an array of names for the variables the model can provide to other models implementing a BMI.
Required Parameters
This endpoint does not need any parameter.
Return type
Vector{String}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]