-
Search
About
- This blog contains news and product updates from Helicoid Limited, a London-based web applications company.
Email Updates
Categories
- Tiktrac
- Helipad
- Ebiwrite
- Announcements
- Basecamp Mobile
- Code
- Tips
Our Products
- Tiktrac: Track time
- Helipad: Write notes
- Tools for translators
Archive
- View tags
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
Tiktrac REST API beta
Posted on Thu 4 Oct, 2007
When we formally launched Tiktrac a month ago, we promised several new features:
Editable costsDone!Bigger branding logosDone!REST API (for JavaScript and widget developers)New!- Configurable reports with CSV exports
- Integration with our other applications
We’ve just finished the third planned upgrade: the REST API. This makes it much easier for widget developers to use Tiktrac.
The rest of this post is aimed at technical readers. If you use Tiktrac and know anyone who might be interested in writing a widget, please forward this on. (Thanks!)
The beta API currently supports:
- Fetching a list of sheets as XML or JSON
- Fetching a list of tasks for a sheet as XML or JSON
- Updating a task using XML
We’ve posted guidelines on how to use the API as a shared Helipad document:
http://pad.helicoid.net/document/public/250fcab4
The documentation includes an example JavaScript class that I …
