The following JSON-RPC methods are supported (try these using the MainHandler test page):
- alertErrorChapter(chapterID)
- canRating(storyID)
- changerStatusReadStory(storyID)
- checkUsernameExist(username)
- editMember(item, oldPassword)
- forgetPassword(username, email, wordVerification)
- getChapter(chapterID)
- getHasTracking(storyID)
- getInitDataPage()
- getListStoryCommentHP(record)
- getListStoryNewUpdateChapter(datePost)
- hitViewChapter(chapterID)
- login(userName, password)
- logout()
- postAuthorComment(item)
- postChapterComment(item)
- postGroupTranslationComment(item)
- postNewsComment(item)
- postPersonComment(item)
- postStoryComment(item)
- ratingStory(storyID, ratingValue)
- registerMember(item, wv)
- resetPassword(MemberID, key, newPass)
- system.about()
- Returns a summary about the server implementation for display purposes.
- system.listMethods()
- Returns an array of method names implemented by this service.
- system.version()
- Returns the version server implementation using the major, minor, build and revision format.
- trackingStory(storyID)
- unTrackingStory(storyID)
The following method(s) of this service are marked as idempotent and therefore safe for use with HTTP GET:
- system.about
- system.listMethods
- system.version