[-][+] demo@doophp
Doophp RESTful API demo. Class used - DooRestClient
...

Food by ID http://www.doophp.com/demos/rest_client_server/index.php/api/food/list/1.json

Result:
HTTP result code: 200
Received content-type: application/json; charset=utf-8

JSON string:

{"food":"One Ton Mee","type":"Noodles","rating":"10 out of 10"}

stdClass Object
(
    [food] => One Ton Mee
    [type] => Noodles
    [rating] => 10 out of 10
)

BACK TO LAST PAGE