Warning
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.

Difference between revisions of "Template:Service Protocol RESTful"

From TrackAbout MetaWiki
Jump to navigation Jump to search
Line 1: Line 1:
=== Service Protocol===
+
=== Service Protocol - REST ===
 
This web service uses a REST or RESTful style protocol.  This is an HTTP resource-oriented architecture that uses standard HTTP actions (e.g. GET, POST, DELETE) to manipulate resources exposed as URLs.  Standard HTTP Status Codes are used for success and error codes.  
 
This web service uses a REST or RESTful style protocol.  This is an HTTP resource-oriented architecture that uses standard HTTP actions (e.g. GET, POST, DELETE) to manipulate resources exposed as URLs.  Standard HTTP Status Codes are used for success and error codes.  
  

Revision as of 12:53, 24 February 2010

Service Protocol - REST

This web service uses a REST or RESTful style protocol. This is an HTTP resource-oriented architecture that uses standard HTTP actions (e.g. GET, POST, DELETE) to manipulate resources exposed as URLs. Standard HTTP Status Codes are used for success and error codes.

More information on REST can be found at the following resources: