Table of Contents

RSS Feeder (REST API)

Viewing All Generated RSS Streams

http://localhost:7901/rss

The request outputs the list of RSS channels generated by RSS Feeder services.

Viewing the Selected RSS Stream

GET http://<IP_ADDR>:7901/rss/<NAME>

The request outputs the stream’s XML data. The address is used in graphic compositions as a data source.

Adding Data

PUT http://<IP_ADDR>:7901/rss/<NAME>/<FNAME>

Deleting Data

DELETE http://<IP_ADDR>:7901/rss/<NAME>?guid=<GUID>