Skip to main content

endpoint

Macro endpoint 

Source
macro_rules! endpoint {
    (
        $name:ident,
        $method:ident,
        $path:literal,
        Response = $response:ty
    ) => { ... };
}
Expand description

Helper macro for simple endpoint definitions.