GettersApi

All URIs are relative to http://localhost:50051

MethodHTTP requestDescription
get_valueGET /get_value/{name}
getvalueat_indicesPOST /getvalueat_indices/{name}

get_value

getvalue(api::GettersApi, name::String; mediaType=nothing) -> Vector{Float64}, OpenAPI.Clients.ApiResponse <br/> getvalue(api::GettersApi, responsestream::Channel, name::String; _mediaType=nothing) -> Channel{ Vector{Float64} }, OpenAPI.Clients.ApiResponse

Get the value of a variable.

Required Parameters

NameTypeDescriptionNotes
_apiGettersApiAPI context
nameString[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(api::GettersApi, name::String, requestbody::Vector{Int64}; _mediaType=nothing) -> Vector{Float64}, OpenAPI.Clients.ApiResponse <br/> getvalueatindices(api::GettersApi, responsestream::Channel, name::String, request_body::Vector{Int64}; _mediaType=nothing) -> Channel{ Vector{Float64} }, OpenAPI.Clients.ApiResponse

Get the value of a variable at specific indices.

Required Parameters

NameTypeDescriptionNotes
_apiGettersApiAPI context
nameString[default to nothing]
request_bodyVector{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]