REST Server
Rob Loach - January 5, 2008 - 05:50
The REST Server provides an interface for the Services module to communicate with REST clients.
Examples
REST can use either GET or POST values, so if you request:
http://www.example.com/services/rest?method=node.load&nid=1&fields=title,body... You will be returned the title and body of node 1 in a format that REST clients could understand. The same goes for parameters that are passed through by POST. The key here is that you request method as the service to call, and pass all the parameters as their own names.
Requirements
Releases
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Jan-10 | 6.74 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-Jan-05 | 6.72 KB | Download · Release notes | Development snapshot | |
