Radio Aggregator XML-RPC interface API


Posted

in


A quick roundup of the Aggregator API:

  • Aggregator API page at Userland
  • First radio-dev thread about implementation, including how to update Radio to test
  • Information on the API glue scripts
  • New features/things chaging
    • aggregator.getLastScanInfo (username, password) returns struct
    • aggregator.getRecentItems (numberOfItems, username, password) returns struct
    • aggregator.getItem (itemId, username, password) returns struct
    • aggregator.deleteItem (itemId, username, password) returns boolean
    • aggregator.deleteItems (itemIdArray, username, password) returns boolean