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

URL used in this demo

Result: Replace :var with your values.
Request type */GET = You can test and visit these links.

Array
(
    [1 *] => /
    [2 *] => /url
    [3 *] => /example
    [4 *] => /error
    [5 *] => /about
    [6 *] => /client/twitter/daily_trends
    [7 *] => /client/twitter/follower
    [8 *] => /client/twitter/post/:username/:password/:message
    [9 *] => /client/food/list/:id
    [10 *] => /client/food/list/all.xml
    [11 *] => /client/food/list/all.json
    [12 *] => /client/food/new/:food/:type/:rating
    [13 *] => /client/food/edit/:id/:food/:type/:rating
    [14 *] => /client/food/admin/:username/:password
    [15 *] => /api/food/list/all.xml
    [16 *] => /api/food/list/all.json
    [17 *] => /api/food/list/:id
    [18 *] => /api/failed/:msg
    [19 POST] => /api/food/create
    [20 POST] => /api/admin/dostuff
    [21 PUT] => /api/food/update
    [22 DELETE] => /api/food/delete/:id
)

BACK TO LAST PAGE