Skip to content
Phillip Ferland edited this page Jun 6, 2016 · 1 revision

User Documentation

URL: /api/atomrss.php

Parameters:

  • None

Description

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.


Developer Documentation

###File path: /api/atomrss.php

Description

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.

Classes used

  • dbcore->sql
  • FeedWriter