API Documentation
Threads
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
-
close
Closes a thread.
-
create Beta
Creates a new thread.
-
details
Returns thread details.
-
list
Returns a list of threads sorted by the date created.
-
listHot Beta
Returns a list of threads sorted by hotness (date and likes).
-
listPopular Beta
Returns a list of threads sorted by number of posts made since ``interval``.
If you are using both ``category`` and ``forum`` parameters, the forum of the category
must match that as the parameter value for ``forum``. -
listPosts
Returns a list of posts within a thread.
-
listReactions
Returns a list of reactions for a given thread.
-
open
Opens a thread.
-
remove
Removes a thread.
-
restore
Opens a thread.
-
set
Returns an unsorted set of threads given a list of ids.
- subscribe
- unsubscribe
-
update Beta
Updates information on a thread.
-
vote
Register a vote on a thread.