Function ttrss_api::get_feeds

source ·
pub fn get_feeds(
    cat_id: i32,
    unread_only: bool,
    limit: u8,
    offset: u32,
    include_nested: bool
) -> Result<Response, TTRSSAPIError>
Expand description

Get list of feeds.