GettersApi

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

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

get_value

get_value(req::HTTP.Request, name::String;) -> Vector{Float64}

Get the value of a variable.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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(req::HTTP.Request, name::String, requestbody::Vector{Int64};) -> Vector{Float64}

Get the value of a variable at specific indices.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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]