Function realm_client::action[][src]

pub fn action<T, B>(url: &str, body: B, tid: Option<String>) -> Result<T> where
    T: DeserializeOwned,
    B: Serialize