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.
vanilla-api-addon/Readme

10 lines
427 B
Plaintext

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