Provide a REST interface to appropriate available government data.
RESTful Interface for Government Data
Tags: rest xml json
7 votes
I disagreeRank2799
Idea#1954
Provide a REST interface to appropriate available government data.
Tags: rest xml json
Pardon, but what is REST?
REST is an acronym that stands for Representational State Transfer. It is an approach that was pioneered by Roy Fielding in 2000. REST uses four of the HTTP verbs: POST, PUT, GET, and DELETE to manipulate resources and state. It is an alternative to technologies such as RCP, SOAP, and CORBA (and others). See wikipedia for more, or Roy Fielding's (UCI) 2000 dissertation.
Social Web