Version 3, last updated by Andy Singleton at May 02, 2011 07:56 UTC
Assembla provides a REST API that allows your applications to add or edit objects inside an Assembla space.
What is Rest (Representational State Transfer)?: It's an architectural style, not a standard. Find out more in the Wikipedia or read the following article if you want to know about REST in Rails
To use the API, you just need to know how to send HTTP requests with basic authentication to our servers from your application.