Macro gh_api::gh_api_get

source ·
macro_rules! gh_api_get {
    ($fmt:literal$(, $($arg:tt)*)?) => { ... };
    ($client:expr, $fmt:literal$(, $($arg:tt)*)?) => { ... };
}