Dipping the toe into the sea of joomla webserverices API coding for components.
A deeper dive into the structure beyond the standard 'CRUD' operations with tables.
The presentation is aimed at component developers who have no knowledge of Joomla's API functions.
- Minimum component API code
- Standard use of the component controller/modules
- Patch the data before reaching component controller/modules
- Prepare the JSON response
I have implemented the API for image uploads for JoomGallery, but I do not claim to be the man who knows it all.