Tag: rest
API Overview
REST (REpresentational State Transfer) is a technique for providing web services that leverages the built-in capabilities of HTTP, the protocol that drives the web. In REST, like in the web itself, data objects are represented as resources, and HTTP provides verbs that act upon them.
The initial discussion of REST as an architectural style occurs in Roy Thomas Fielding's dissertation ....
0 comment(s)
/ glen
/ API
/ on December 18, 2005 at 20:01
