API Documentation
Forums
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
addModerator
Adds a moderator to a forum.
-
create
Creates a new forum.
-
details
Returns forum details.
-
listCategories
Returns a list of categories within a forum.
-
listModerators Beta
Returns a list of all moderators on a forum.
-
listMostActiveUsers
Returns a list of users active within a forum ordered by most comments made.
-
listMostLikedUsers
Returns a list of users active within a forum ordered by most likes received.
-
listPosts
Returns a list of posts within a forum.
-
listThreads
Returns a list of threads within a forum sorted by the date created.
-
listUsers
Returns a list of users active within a forum.
-
removeModerator
Removes a moderator from a forum.