You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 years ago | |
---|---|---|
controllers | 10 years ago | |
design | 10 years ago | |
js | 10 years ago | |
locale/en-CA | 10 years ago | |
models | 10 years ago | |
settings | 10 years ago | |
Readme | 10 years ago |
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