get post data wasteof3.getPost(id)
: get data about a post
options: id (post id)
get reposts wasteof3.getReposts(id)
: get reposts of a post
options: id (post id)
get post comment wasteof3.getSinglePostComment(postid, commentid)
: get a single comment on a post
options: postid (id of post the comment is on), commentid (comment id)
get all comments on post wasteof3.getPostComments(postid, page)
: gets all the comments on a post
options: postid (id of post), page (page of comments)