Macro resource_get
Source macro_rules! resource_get {
($fn_name:ident, $endpoint_mod:ident :: $endpoint_fn:ident, $resource_name:literal) => { ... };
}
Expand description
Generate a “get single resource by ID” command
§Example
ⓘresource_get!(show_get, get_show::get_show, "Show");