RSSReader
Reader for RSS feeds
Operations
GetChannel
Get RSS channel meta data
method : public : GetChannel() ~ RSSChannelReturn
| Type | Description |
|---|---|
| RSSChannel | RSS meta data |
GetPosts
Get RSS posts
method : public : GetPosts() ~ Vector<RSSPost>Return
| Type | Description |
|---|---|
| Vector<RSSPost> | RSS posts |
IsOk
Checks to see if RSS XML was successfully retrieved and parsed
method : public : IsOk() ~ BoolReturn
| Type | Description |
|---|---|
| Bool | true if success, false otherwise |