Old 43 Actions blog: olb.tumblr.com   |   Portfolio: OLBproductions.com

43 Actions Web App: 43actions.com


April 8, 2008

43 Actions New Feature Tuesday: Agenda Summaries API

One more for our power users. Now you can access Today’s and This Week’s Agenda Summaries via the curl command-line application, and get either a straight XML or an ATOM feed.

Note: This does not work with browsers. We only support curl at this moment.

  • curl -G ‘http://user:pass@43actions.com/agenda/thisweek_feed.xml’
  • curl -G ‘http://user:pass@43actions.com/agenda/thisweek_feed.atom’
  • curl -G ‘http://user:pass@43actions.com/agenda/today_feed.xml’
  • curl -G ‘http://user:pass@43actions.com/agenda/today_feed.atom’