Added deleteUserComment and getUserComments#220
Added deleteUserComment and getUserComments#220DoctorMcKay merged 6 commits intoDoctorMcKay:masterfrom
Conversation
|
@DoctorMcKay what's holding you back from merging any of these open PR's? |
|
@DoctorMcKay I am currently needing this PR for a little project of mine, and I would really appreciate it if you could review it and hopefully merge it into the repo, as well as some of the other pr's in here. TYSM! |
Co-authored-by: Mr-VIT <[email protected]>
This comment has been minimized.
This comment has been minimized.
Why are you asking when the answer is already there? Just check the code and I explained it in the OP. |
And that's what happens when I don't read. I have no excuses, totally my bad. Sorry |
|
Any update? |
|
Apparently it's possible on GitHub to start a review without actually submitting the comment, which I was unaware of. |
|
POG |
Resolves #219 and resolves #208
The callback of
postUserCommentnow returns thecommentIDas second parameter.The function
deleteUserCommenttakesuserID,commentIDand a callback as parameters respectively.The function
getUserCommentstakesuserID,optionsand a callback as parameters respectively, whereoptionsis an object withstart,count, etc.