Skip to main content

api_send

Function api_send 

Source
fn api_send(
    method: &str,
    host: &str,
    path: &str,
    token: &str,
    content_type: &str,
    body: Option<&[u8]>,
) -> Result<HttpsGetResult, &'static str>
Expand description

Bearer トークン付き API 送信(GET 以外の任意メソッド + ボディ)。