[][src]Function twapi_ureq::json

pub fn json(
    url: &str,
    query_options: &Vec<(&str, &str)>,
    data: Value,
    consumer_key: &str,
    consumer_secret: &str,
    access_key: &str,
    access_secret: &str
) -> Response