Interface INewFeed

interface INewFeed {
    url: string;
    title?: string;
    tag?: string;
}

Properties

Properties

url: string

The feed's URL. Stream ID form optional. (param=s)

title?: string

Feed display name/title. (param=t)

tag?: string

A user tag (often "category" or "folder"), created if it doesn't exist. Stream ID form optional. (param=a)