added a readme

This commit is contained in:
eleith 2011-02-24 16:22:14 -08:00
parent 620257c260
commit 06a5348669
1 changed files with 9 additions and 0 deletions

9
Readme Normal file
View File

@ -0,0 +1,9 @@
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