Joomla! is a free and open-source content management system (CMS) for publishing web content. It is built on a model–view–controller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
Go to siteAs one of the most popular content management systems, Joomla! offers a wide range of features and capabilities. With the help of the Joomla! API, you can extend the functionality of the CMS even further.
Here are some examples of what you can build using the Joomla! API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
joomla: {
type: "app",
app: "joomla",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.joomla.$auth.joomla_host_domain}/api/index.php/v1/users`,
headers: {
"X-Joomla-Token": `${this.joomla.$auth.api_key}`,
},
})
},
})
Joomla! uses API keys for authentication. When you connect your Joomla! account, Pipedream securely stores the keys so you can easily authenticate to Joomla! APIs in both code and no-code steps.
To connect your Joomla! account with Pipedream,
https://myjoomlahost.com