What would be involved in creating a RESTful API for Joomla? (move away from XML-RPC)
The idea wouldn't necessarily be to have full control/functionality out of the box but maybe allow for basic features and with 3rd party devs in mind. Developers could include something in their extension that interfaces with the core RESTful api so they can have API access as well.
i.e.
http://yoururl.com/index.php?option=com_api&token=12345extensio...
sample response:
<?xml version="1.0" encoding="UTF-8"?>
<category>
<id>11</id>
<name><![CDATA[Your Product]]></name>
<description><![CDATA[<p>This is overview of a category</p>
]]></description>
<thumb>http://yoursite/images/image.jpg</thumb>
</category>
etc.....
What are your thoughts?
You need to be a member of All Together, As A Whole to add comments!
Join All Together, As A Whole