Questions tagged [api]
The api tag has no summary.
4 questions
1 vote
0 answers
73 views
Not able to connect to Joomla core APIs in Joomla 4.x upgraded from Joomla 3.x
We had recently upgraded our Joomla site from 3.x to 4.x. We now have a requirement to connect to Joomla core APIs. But we are not able to do so. It is giving error: Unable to load router: api .../...
0 votes
1 answer
167 views
Upgrade Joomla CLi script to handle bulk import of items into articles
I am upgrading a client's CLi script that is used to automatically bulk import news items into Joomla articles. The code was originally programmed for Joomla 3 and now needs to support Joomla 4. I ...
1 vote
1 answer
250 views
Documentation for Joomla 4 application object
I would like to find the documentation for the Jooma 4 application object giving subclasses and methods, etc. I have looked hard on the Joomla.org website, but can't find it there. (It seems difficult ...
0 votes
1 answer
92 views
Using Legacy router while offering API access for own component
I think this could be a bit complicated. I have a non namespaced Joomla 4 component, but i need to have an API access for specific data. So i created a /src directory in Backend with all needed ...