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
Ana Nelson f2d5b05777 Add DiscussionID to values returned when saving discussion. 2011-03-16 09:53:30 -07:00
controllers Add DiscussionID to values returned when saving discussion. 2011-03-16 09:53:30 -07: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
Readme added a readme 2011-02-24 16:22:14 -08: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/category
/api/discussion (GET: id, limit, offset)
/api/discussion/add (POST:Discussion/CategoryID, Discussion/Body, Discussion/Name, Discussion/TransientKey)
/api/comment/add (POST: Comment/DiscussionID, Comment/CategoryID, Comment/Body, Comment/Name, Comment/TransientKey)
/api/session