On Nov 19, 2007, at 3:55 PM, James Kebinger wrote:

> Folks, is there a list of consumers of the tracks API anywhere?  
> Failing that, can everyone who knows of one mention it?
> thanks

I've been building in a REST API for Tracks to interact with it via  
XML over HTTP. My plan for documentation was to write a simple Ruby  
client. I also have a .NET client in a half-finished state.

It can live side by side with the XML-RPC API, but the REST API will  
inherently support all the functionality of Tracks whereas the XML-RPC  
API will need explicit methods added to support various interactions.

For some points of reference, see 
http://dev.rousette.org.uk/browser/trunk/tracks/test/integration/context_xml_api_test.rb
 
  and try hitting URLs ending in .xml on your tracks install. For  
example,

http://[YOUR TRACKS INSTALL]/projects.xml
http://[YOUR TRACKS INSTALL]/projects/1.xml
http://[YOUR TRACKS INSTALL]/projects/1/todos.xml

Cheers,
Luke
_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to