Hello Xavier!
Thanks for this amazing plugin. I've tested my app using curl to POST a new object.
it worked fine . This is an example of what I'm doing:
curl -XPOST -d content='{"Name":"test","Description":"sdfsdf","Prix":"65464","Email":"example@gmail.com","Expires_at":"18-01-2013","Created_at":"18-11-2012","Updated_at":"18-11-2012"}' http://api.com/api.php/product.json
And wheni tesed the PUT request to update a product it always return htm error, this what i'm sending with curl :
curl -i -H "Accept: application/json" -X PUT -d "Tel=20215117"
http://api.com/api.php/product.json?id=263
Many thanks !
Haithem
Hello Xavier!
Thanks for this amazing plugin. I've tested my app using curl to POST a new object.
it worked fine . This is an example of what I'm doing:
curl -XPOST -d content='{"Name":"test","Description":"sdfsdf","Prix":"65464","Email":"example@gmail.com","Expires_at":"18-01-2013","Created_at":"18-11-2012","Updated_at":"18-11-2012"}' http://api.com/api.php/product.json
And wheni tesed the PUT request to update a product it always return htm error, this what i'm sending with curl :
curl -i -H "Accept: application/json" -X PUT -d "Tel=20215117"
http://api.com/api.php/product.json?id=263
Many thanks !
Haithem