RSS::FeedItem
Constructors
- FeedItem(String title,String url,String description,String author,[String] categories,String commentsurl,Prelude::Maybe<Time::Time> pubdate,String guid,Bool guidpermalink)
Usage
This data type represents an item in an RSS feed. All of these fields may be empty strings (or empty lists, or nothing, as appropriate) and will be omitted from the feed if they are.
title: The title of the itemurl: The URL of the itemdescription: The description of the item (often the full text of the item)author: The email address of the item authorcategories: A list of the categories this item hascommentsurl: A URL to submit comments on this itempubdate: The date this item was publishedguid: A unique identifier to the itemguidpermalink: If this istrue, then theguidfield must be a URL at which the contents of this item will be permanently available.