v2025.6.2
All Bundles

RSSReader

Reader for RSS feeds

Operations

GetChannel

Get RSS channel meta data

method : public : GetChannel() ~ RSSChannel

Return

TypeDescription
RSSChannelRSS meta data

GetPosts

Get RSS posts

method : public : GetPosts() ~ Vector<RSSPost>

Return

TypeDescription
Vector<RSSPost>RSS posts

IsOk

Checks to see if RSS XML was successfully retrieved and parsed

method : public : IsOk() ~ Bool

Return

TypeDescription
Booltrue if success, false otherwise

New

Default constructor

New(url:String)

Parameters

NameTypeDescription
urlStringRSS URL