WARNING: The TrackAbout MetaWiki has been deprecated and is no longer being updated.
Please visit our new TrackAbout Knowledge Base at https://supportkb.trackabout.com for the most-up-to-date documentation on TrackAbout and TrackAbout Mobile.
Template:Service Protocol RESTful
Revision as of 12:36, 24 February 2010 by Lsilverman (talk | contribs) (Created page with '=== Service Protocol=== TrackAbout has chosen to implement and architect this web service using what is typically referred to as REST style architecture. This is a resource orien…')
Service Protocol
TrackAbout has chosen to implement and architect this web service using what is typically referred to as REST style architecture. This is a resource oriented architecture that uses standard HTTP actions (i.e. GET, POST, DELETE, etc...) to manipulate resources exposed as URLs. Standard HTTP Status Codes are used for success and error codes.
More information on REST architecture can be found at the following resources: