Interface Feed

interface Feed {
    allow_self_signed_certificates?: boolean;
    blocklist_rules?: string;
    category?: Category;
    checked_at?: string;
    cookie?: string;
    crawler?: boolean;
    disabled?: boolean;
    etag_header?: string;
    feed_url: string;
    fetch_via_proxy?: boolean;
    hide_globally?: boolean;
    icon?: FeedIcon;
    id: number;
    ignore_http_cache?: boolean;
    keeplist_rules?: string;
    last_modified_header?: string;
    parsing_error_count?: number;
    parsing_error_message?: string;
    password?: string;
    rewrite_rules?: string;
    scraper_rules?: string;
    site_url: string;
    title: string;
    user_agent?: string;
    user_id: number;
    username?: string;
}

Properties

allow_self_signed_certificates?: boolean
blocklist_rules?: string
category?: Category
checked_at?: string
cookie?: string
crawler?: boolean
disabled?: boolean
etag_header?: string
feed_url: string
fetch_via_proxy?: boolean
hide_globally?: boolean
icon?: FeedIcon
id: number
ignore_http_cache?: boolean
keeplist_rules?: string
last_modified_header?: string
parsing_error_count?: number
parsing_error_message?: string
password?: string
rewrite_rules?: string
scraper_rules?: string
site_url: string
title: string
user_agent?: string
user_id: number
username?: string