Closes a thread. See disqus.com/api/docs/threads/close.
Signature:
Disqus#threads.close(options[, cb])
Usage:
Method not yet implemented.
Creates a new thread. See disqus.com/api/docs/threads/create.
Signature:
Disqus#threads.create(options[, cb])
Usage:
Method not yet implemented.
Returns thread details. See disqus.com/api/docs/threads/details.
Signature:
Disqus#threads.details(options[, cb])
Usage:
Method not yet implemented.
Returns a list of threads sorted by the date created. See disqus.com/api/docs/threads/list.
Signature:
Disqus#threads.list(options[, cb])
Usage:
Method not yet implemented.
Returns a list of threads sorted by hotness (date and likes). See disqus.com/api/docs/threads/listHot.
Signature:
Disqus#threads.listHot(options[, cb])
Usage:
Method not yet implemented.
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".
See disqus.com/api/docs/threads/listPopular.
Signature:
Disqus#threads.listPopular(options[, cb])
Usage:
Method not yet implemented.
Returns a list of posts within a thread. See disqus.com/api/docs/threads/listPosts.
Signature:
Disqus#threads.listPosts(options[, cb])
Usage:
Method not yet implemented.
Opens a thread. See disqus.com/api/docs/threads/open.
Signature:
Disqus#threads.open(options[, cb])
Usage:
Method not yet implemented.
Removes a thread. See disqus.com/api/docs/threads/remove.
Signature:
Disqus#threads.remove(options[, cb])
Usage:
Method not yet implemented.
Opens a thread. See disqus.com/api/docs/threads/restore.
Signature:
Disqus#threads.restore(options[, cb])
Usage:
Method not yet implemented.
Returns an unsorted set of threads given a list of ids. See disqus.com/api/docs/threads/set.
Signature:
Disqus#threads.set(options[, cb])
Usage:
Method not yet implemented.
Subscribe to a thread. See disqus.com/api/docs/threads/subscribe.
Signature:
Disqus#threads.subscribe(options[, cb])
Usage:
Method not yet implemented.
Un-subscribe from a thread. See disqus.com/api/docs/threads/unsubscribe.
Signature:
Disqus#threads.unsubscribe(options[, cb])
Usage:
Method not yet implemented.
Updates information on a thread. See disqus.com/api/docs/threads/update.
Signature:
Disqus#threads.update(options[, cb])
Usage:
Method not yet implemented.
Register a vote on a thread. See disqus.com/api/docs/threads/vote.
Signature:
Disqus#threads.vote(options[, cb])
Usage:
Method not yet implemented.
Up one level
Threads API
See also Threads CLI