Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rss/src/types/fields/mod.ts>Rss2Fields

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
enum Rss2Fields
import { Rss2Fields } from "https://deno.land/x/rss@0.5.6/src/types/fields/mod.ts";

Members

Author = "author"
Category = "category"
Channel = "channel"
Cloud = "cloud"
ContentEncoded = "content:encoded"
Day = "day"
Description = "description"
Docs = "docs"
Enclosure = "enclosure"
Generator = "generator"
Guid = "guid"
Height = "height"
Hour = "hour"
Image = "image"
Item = "item"
Language = "language"
LastBuildDate = "lastbuilddate"
Length = "length"
ManagingEditor = "managingeditor"
PubDate = "pubdate"
SkipDays = "skipdays"
SkipHours = "skiphours"
Source = "source"
TextInput = "textinput"
Title = "title"
Ttl = "ttl"
Url = "url"
WebMaster = "webmaster"
Width = "width"