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 b75d42fd41 Merge fdc79f2796 into f2d5b05777 2014-12-02 16:32:41 +00:00
controllers discussions and comments add and remove 2014-12-02 17:32:31 +01:00
design initial commit of addon 2011-02-24 16:18:29 -08:00
externalclass discussions and comments add and remove 2014-12-02 17:32:31 +01: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 discussions and comments add and remove 2014-12-02 17:32:31 +01:00
Readme discussions and comments add and remove 2014-12-02 17:32:31 +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: DiscussionID, CategoryID, TransientKey, UserID)

/api/commentapi/add (POST: DiscussionID, CategoryID, Body, TransientKey, UserID)
/api/commentapi/remove (POST: CommentID, CategoryID, TransientKey, UserID)

/api/sessionapi