Skip to main content

get_supernode

Function get_supernode 

Source
async fn get_supernode(
    __arg0: State<Arc<SharedState>>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand description

GET /api/supernodes/{name} — returns the named definition as JSON.

Errors: 404 Not Found if no supernode with that name exists.