Parse feeds into items that you can use in any mashup.
EditOperations
EditgetItems
Retrieves items from the specified RSS feed.
Inputs
| Name | Description |
| url | The URL of the RSS feed |
Outputs
EditgetFeed
Retrieves information about the specified RSS feed.
Inputs
| Name | Description |
| url | The URL of the RSS feed |
Outputs
EditObjects
Details about type definitions can be found on the
Block Metadata Type System page.
EditRSSItem
| Name | Type |
| title | title |
| link | url |
| description | description |
| source | string |
| sourceLink | url |
| author | name |
| tags | string |
| comments | string |
| commentRss | string |
| publishedDate | date |
| mediaLink | url |
| mediaType | string |
| latitude | latitude |
| longtitude | longitude |
EditRSSFeed
| Name | Type |
| title | title |
| url | feedUrl |
| link | url |
| description | description |
| imageURL | imageUrl |