8

pretty straightforward question:

  1. Is there a good web services solution for Joomla1.5+? I've been searching all over, and have only found references to a poorly-documented new xml-rpc server that's built into Joomla: http://forum.joomla.org/viewtopic.php?f=304&t=501897

Thanks a lot - I'm looking for a nice clean third-party app for this!

J

Jamison
  • 2,218
  • 4
  • 27
  • 31
  • Hi, I'm really interested in REST for joomla but all the answers for you and all the results I found after hours of searching are for Joomla 1.5 and I can find nothing for Joomla 2.5+. Do you know something that can be used for this version and above? – Farid Rn Oct 15 '12 at 18:07

3 Answers3

3

Sorry for resurrecting an old post https://github.com/techjoomla/Joomla-REST-API is also a good option

We're using that one for a few production sites

Ashwin Date
  • 301
  • 1
  • 4
2

I believe that xmlrpc is being deprecated in joomla 1.6

You might want to try this:

http://github.com/plexicloud/Plexicloud-JWS

Andy N
  • 1,013
  • 9
  • 25
  • Thank you Andy! Also, I've found a few "Future" solutions that seem like they will be well-integrated with Joomla 1.5 / 1.6+: Nooku (www.nooku.org) develops some API frameworks to power other Extensions/Aps. Also, JomSocial (www.jomsocial.com) has in their 2010 RoadMap to add REST-based API services - AWESOME! – Jamison Sep 27 '10 at 23:22
  • I tried to install Plexiclould-JWS as described here https://github.com/plexicloud/Plexicloud-JWS/wiki But I could not access any of the API urls, for example http://servername.com/api/index.php?method=requestAPIKey&userid=63 returns not found, Am I missing something? Thank you for your support. – Muhammad Hassan Nasr Mar 21 '12 at 17:17
0

we've portet some older code for 1.5,1.6,1.7,2.57 and soon 3.1. Its XML-RPC but its easy to ouput JSON. http://www.xapp-studio.com/web/xapp-studio/downloads. Please have a look again in a few weeks, we're adopting this to JSON right now too.

xamiro
  • 1,391
  • 1
  • 16
  • 32