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

18 lines
562 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/loginapi (GET: user, pass)
/api/categoryapi
/api/discussionapi (GET: id, limit, offset)
/api/discussionapi/add (POST: CategoryID, Body, Name, TransientKey, UserID)
/api/discussionapi/remove (POST: DiscussionID, CategoryID, TransientKey, UserID)
/api/commentapi/add (POST: DiscussionID, CategoryID, Body, TransientKey, UserID)
/api/commentapi/remove (POST: CommentID, CategoryID, TransientKey, UserID)
/api/sessionapi