pub fn request_from_api(
    postdata: HashMap<&str, String>
) -> Result<Response, TTRSSAPIError>
Expand description

Internal call to generalize communication to TTRSS’ API among multiple API calls