By Vignesh on Thursday, 29 March 2012
Likes 0
Views 5.4K
Votes 0
Iam using Joomla 1.5 and I followed the steps to install the joomla REST API plugins.After I installed it, I have enabled those plugins. But when I tried to access the rest api I did not get anything as reponse.

curl -X GET "http://localhost:8080/joomla/upload/rest/index.php/user_list.json?auth_user=admin&auth_pass=testjoomla"

After debugging the index.php in rest folder I found that it fails in this line
JPluginHelper::importPlugin( 'restapi', $call );

Could any one point me what could be the reason for this?
View Full Post