Approves the requested post(s).
Signature:
Disqus#posts.approve(options[, cb])
Usage:
Method not yet implemented.
Creates a new post.
Signature:
Disqus#posts.create(options[, cb])
Usage:
Method not yet implemented.
Returns information about a post.
Signature:
Disqus#posts.details(options[, cb])
Usage:
Method not yet implemented.
Returns the hierarchal tree of a post (all parents).
Signature:
Disqus#posts.getContext(options[, cb])
Usage:
Method not yet implemented.
Returns a list of posts ordered by the date created.
Signature:
Disqus#posts.list(options[, cb])
Usage:
Method not yet implemented.
Returns a list of posts ordered by the number of likes recently.
Signature:
Disqus#posts.listPopular(options[, cb])
Usage:
Method not yet implemented.
Deletes the requested post(s).
Signature:
Disqus#posts.remove(options[, cb])
Usage:
Method not yet implemented.
Reports a post (flagging).
Signature:
Disqus#posts.report(options[, cb])
Usage:
Method not yet implemented.
Undeletes the requested post(s).
Signature:
Disqus#posts.restore(options[, cb])
Usage:
Method not yet implemented.
Marks the requested post(s) as spam.
Signature:
Disqus#posts.spam(options[, cb])
Usage:
Method not yet implemented.
Updates information on a post.
Signature:
Disqus#posts.update(options[, cb])
Usage:
Method not yet implemented.
Register a vote on a post.
Signature:
Disqus#posts.vote(options[, cb])
Usage:
Method not yet implemented.
Up one level
Posts API
See also Posts CLI