Lo-REST and Hi-REST
Via Dare Obasanjo's post ETech 2005 Trip Report: Building a New Web Service at Google, this presentation Launching the Google AdWords API:
- Lo-REST (also called PoX/HTTP or "Plain old XML over HTTP")
- the use of HTTP GET (or equiv) for information retrieval/query
- Hi-REST
- the use of HTTP PUT and DELETE (or equiv) for doing update.
Post a comment