Skip to content
zouf edited this page Aug 28, 2012 · 1 revision

AS2 is a RESTful API that is designed to be used for mobile devices. The API documentation can be found in detail on the shared google doc: https://docs.google.com/a/allsortz.com/spreadsheet/ccc?key=0AhJBbQokbhcpdDR6dVZQZDRYXzhBTjVZSm4tUTVTTlE&pli=1

The API is mostly split up by the OBJECT that it refers to in the database. For example, if we're operating on the Business object, then all of its functionality is lumped together as get_business, add_business, search_businesses.

Clone this wiki locally