Skip to main content

get

Function get 

Source
pub async fn get(
    __arg0: State<AppState>,
    __arg1: Path<String>,
) -> Result<impl IntoResponse, ApiError>
Expand description

GET /v1/graphs/{hash}: the stored document, under its hash. 404 unknown_graph when nothing is stored under the hash.