Skip to content

The RESTful server and a lot of ready methods for Joomla 1.5. Brought to you by Techjoomla!

Notifications You must be signed in to change notification settings

cholalabs/Joomla-REST-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Joomla REST API

This is a REST API server for Joomla, along with a few bundled plugins

Following plugins are available

  • Create/Update/List/Delete users with Jomsocial support

  • Create/Update/List/Delete Jomsocial groups

  • Create/Update/List/Delete Jomsocial group discussions, announcements and wall posts

  • Create/Update/List/Delete Jomsocial events

  • Create content

  • List categories/sections

Prerequisites

  • Joomla 1.5.x

  • Tested on Joomla 1.5.20 and above

Installation

  • cd YOUR_JOOMLA_FOLDER/rest

  • Copy contents of ‘server’ folder to the above folder

  • Install & enable the plugins. Unfortunately I have not provided installable plugins yet, but you can zip the php & xml and create packages

  • you’re done

Using the API

  • Create requests need a username and password for administrator account

  • Send as auth_user & auth_pass

  • Send other relevant fields according to method

Querying the API (at last)

Notes

  • If you see 404 error make sure you have correctly copied the .htaccess file in the ‘rest’ folder. This is a hidden file and would normally not get copied.

  • Note that you need to copy the .htaccess from the ‘server’ folder and not Joomla’s .htaccess file. The 2 are different

About

The RESTful server and a lot of ready methods for Joomla 1.5. Brought to you by Techjoomla!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published