From 06a53486695c08f360f47e5c3d37cfbd294657d1 Mon Sep 17 00:00:00 2001 From: eleith Date: Thu, 24 Feb 2011 16:22:14 -0800 Subject: [PATCH] added a readme --- Readme | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Readme diff --git a/Readme b/Readme new file mode 100644 index 0000000..34dd9c4 --- /dev/null +++ b/Readme @@ -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