-
Notifications
You must be signed in to change notification settings - Fork 1
API::ATOM RSS Feed
Phillip Ferland edited this page Jun 6, 2016
·
1 revision
- None
Used to get an ATOM RSS Feed of the imports that have been completed. Returned is a list with details of each import. Title ($User Imported $ImportTitle) , Link to WiFiDB, DateTime, and Description which has; Title, Date, Filename, File Size, Author Notes, and Link.
###File path: /api/atomrss.php
Uses the SQL object to gather data from the tables for user imports. Then feeds that data to the FeedWriter object to generate the ATOM RSS Feed. Output is XML only since its an RSS feed.
- dbcore->sql
- FeedWriter