NURCApi

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

MethodHTTP requestDescription
getgridxGET /getgridx/{grid}
getgridyGET /getgridy/{grid}
getgridzGET /getgridz/{grid}

getgridx

getgridx(req::HTTP.Request, grid::Int64;) -> Vector{Float64}

Get the locations of the grid nodes in the first coordinate direction.

Required Parameters

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

getgridy

getgridy(req::HTTP.Request, grid::Int64;) -> Vector{Float64}

Get the locations of the grid nodes in the second coordinate direction.

Required Parameters

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

getgridz

getgridz(req::HTTP.Request, grid::Int64;) -> Vector{Float64}

Get the locations of the grid nodes in the third coordinate direction.

Required Parameters

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