Function ttrss_api::get_headlines

source ·
pub fn get_headlines(
    feed_id: i64,
    limit: i64,
    skip: i64,
    filter: String,
    is_cat: bool,
    show_excerpt: bool,
    show_content: bool,
    view_mode: ViewMode,
    include_attachments: bool,
    since_id: i64,
    include_nested: bool,
    order_by: String,
    sanitize: bool,
    force_update: bool,
    has_sandbox: bool,
    include_header: bool
) -> Result<Response, TTRSSAPIError>
Expand description

Get list of headlines.