I just got stuck developing a restful store for sencha. As far as I see my problem is what i return wrong structured responses. Is there any documentation out there showing the structure my json response should have for sencha extjs for the different requests e.g.:
- index > get all contents / no rights, error message
- get > id available / doesn’t exist / no rights to access
- post > successful / not …
- delet > successful / not …
Thx for your help!
Yes, absolutely.
There’s an excellent documentation regarding RESTful Web Services with Sencha Touch.
Worth reading it. Hope it helps you out!