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"
Jump to navigation
Jump to search
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…') |
Lsilverman (talk | contribs) |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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 is | ||
| − | More information on REST | + | More information on REST 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] | ||
Latest revision as of 13:52, 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: