Skip to main content

data_get

Function data_get 

Source
pub async fn data_get(
    __arg0: State<AppState>,
    __arg1: Path<String>,
) -> Result<Json<OutputRecord>, ApiError>
Expand description

Handler for GET /v1/data/:key (key = out_id, falling back to out_name).