meetup v0.1.2 Meetup.V3.Comments
Handles endpoints related to meetup event comments.
Link to this section Summary
Functions
Like a given event comment
Returns lists of likes for an event comment or reply
Unlike a given event comment
Deletes comments posted in events
Lists the comments and replies posted in a given Meetup Event. To view the list of likes for a comment or reply see the likes endpoint
Link to this section Functions
Link to this function
comment_like(urlname, event_id, comment_id)
Like a given event comment.
Link to this function
comment_likes(urlname, event_id, comment_id)
Returns lists of likes for an event comment or reply.
Link to this function
comment_unlike(urlname, event_id, comment_id)
Unlike a given event comment.
Link to this function
event_comment(atom, urlname, event_id, params)
Deletes comments posted in events.
Link to this function
event_comments(urlname, event_id, params)
Lists the comments and replies posted in a given Meetup Event. To view the list of likes for a comment or reply see the likes endpoint.
For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/comments/#list