com_api-plugins
com_api-plugins copied to clipboard
Plugins to be used with com_api
Referenced Issue - https://github.com/ekstep/Community-Portal-Joomla/issues/5197 - [x] Have you done PHPCS?
- returns data with sef and non-sef url of article - fetches article by passing alias or sef-url segment
Hello. In file plugins\api\articles\article.php, use JFactory::getApplication()->input->get But, method doesn't work - return 'Title is Missing' I fix problem, use JFactory::getApplication()->input->json - work perfectly
I am not sure how it sorts by default, but the API do need a sorting param so that the data can be fetched and displayed in proper sequence.
I'm trying to using Articles Plugin but when I using the resource "article" with this structure host_name/index.php?option=com_api&app=articles&resource=article&format=raw&key=d5d2e3fa64391f11b57a2d16ad67da33 getting error "Record not found". But on site no. of articles are present.