Macro make_single_page_api

Source
macro_rules! make_single_page_api {
    ($function_name:ident, $endpoint:expr, $return_type:ty) => { ... };
}