This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Guillermo Fernández 3eeaa208b4 fix namespaces 2014-12-02 14:02:05 +01:00
controllers fix namespaces 2014-12-02 14:02:05 +01:00
design initial commit of addon 2011-02-24 16:18:29 -08:00
js initial commit of addon 2011-02-24 16:18:29 -08:00
locale/en-CA initial commit of addon 2011-02-24 16:18:29 -08:00
models initial commit of addon 2011-02-24 16:18:29 -08:00
settings initial commit of addon 2011-02-24 16:18:29 -08:00
views fix namespaces 2014-12-02 14:02:05 +01:00
Readme fix namespaces 2014-12-02 14:02:05 +01:00

Readme

adds json APIs to the forum

add this application to your forum, enable it. the following URLs/methods will now be accessible to you:

/api/loginapi (GET: user, pass)

/api/categoryapi

/api/discussionapi (GET: id, limit, offset)

/api/discussionapi/add (POST:CategoryID, Body, Name, TransientKey, UserID)
/api/discussionapi/remove (POST:CategoryID, DiscussionID, TransientKey, UserID)

/api/commentapi/add (POST: DiscussionID, CategoryID, Body, Name, TransientKey)

/api/sessionapi