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===
This web service uses a REST or RESTfull style protocol.  This is an HTTP 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.  
+
This web service uses a REST or RESTfull 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 architecture can be found at the following resources:
 
More information on REST architecture can be found at the following resources:
 
* [http://en.wikipedia.org/wiki/Representational_State_Transfer Wikipedia: Representational State Transfer]
 
* [http://en.wikipedia.org/wiki/Representational_State_Transfer Wikipedia: Representational State Transfer]
 
* [http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm REST Architecture Style]
 
* [http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm REST Architecture Style]

Revision as of 12:42, 24 February 2010

Service Protocol

This web service uses a REST or RESTfull 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 architecture can be found at the following resources: