-1

I have to integrate this API (http://api.iqrez.com/documentation/) in a template of joomla 3.0. Do you know if there is an extension that can permit me to integrate this API? Or please can you give me technical infos for integrate it?

Thank you in advance Luca

1 Answers1

0
  1. A Joomla Template provides a theme or style mechanism for the website.
  2. The API you've pointed to is described as "Online Booking Engine"
  3. The Joomla Extension Directory (JED) has a section on Bookings & Reservations
  4. Searching the JED for "iqrez" reveals no hits.

None of these are questions suitable for StackOverflow, which is why you're getting downvoted.

To integrate a Joomla site with a 3rd party API you will need to create an extension, the Docs website has a Developer portal. Depending on the exact functionality you want and the degree of integration you will need to create either a "component", "module" or "plugin". Or a combination of all three.

Craig
  • 9,335
  • 2
  • 34
  • 38