GettersApi
All URIs are relative to http://localhost:50051
Method | HTTP request | Description |
---|---|---|
get_value | GET /get_value/{name} | |
getvalueat_indices | POST /getvalueat_indices/{name} |
get_value
get_value(req::HTTP.Request, name::String;) -> Vector{Float64}
Get the value of a variable.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
name | String | [default to nothing] |
Return type
Vector{Float64}
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]
getvalueat_indices
getvalueatindices(req::HTTP.Request, name::String, requestbody::Vector{Int64};) -> Vector{Float64}
Get the value of a variable at specific indices.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
name | String | [default to nothing] | |
request_body | Vector{Int64} |
Return type
Vector{Float64}
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]