[][src]Function ttrss_api::subscribe_to_feed

pub fn subscribe_to_feed(
    feed_url: String,
    category_id: i64,
    login: String,
    password: String
) -> Result<Response, TTRSSAPIError>

Subscribe to a feed.