The REST API Is Live
I'm happy to announce that CafeSpot's REST API is now available. The current API functions are available via HTTP GET requests and include:
The output of the API is a simple XML document such as:
The output of the API is a simple XML document such as:
<response>I'd certainly appreciate a link to any applications that use the API. Have fun!
<place>
<.../>
</place>
</response>

2 Comments:
Hi, I have my own tagging project called tRuTag which collects a users tags on various sites and then generates a tag cloud of all the tags. You can then browse the tags on various sites. To get the tag input I retrieve a tag list XML from the API. Will this API be made available for CafeSpot? Thanks!
tRuTag looks like a neat app, Ruby is a lot of fun =) I've added a tag/find-all function to CafeSpot, enjoy!
<< Home