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) |
Lsilverman (talk | contribs) |
||
| Line 1: | Line 1: | ||
=== Service Protocol=== | === Service Protocol=== | ||
| − | This web service uses a REST or | + | 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 | + | 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] | ||
Revision as of 12:43, 24 February 2010
Service Protocol
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: