REST Services are In-Between
For programmers but work like web-based services.
Only uses HTTP operations for CRUD:
POST (Create)
GET (Read)
PUT (Update)
DELETE (Delete)
Information is carried back and forth by representations of resources,
which may be descriptions of things the programmer needs to know.
©2012
Charles Petrie
- permission to reproduce widely with attribution.