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

Subscribe to a feed.