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)
comment_like(String.t(), String.t(), integer()) :: tuple()

Like a given event comment.

Link to this function comment_likes(urlname, event_id, comment_id)
comment_likes(String.t(), String.t(), integer()) :: tuple()

Returns lists of likes for an event comment or reply.

Link to this function comment_unlike(urlname, event_id, comment_id)
comment_unlike(String.t(), String.t(), integer()) :: tuple()

Unlike a given event comment.

Link to this function event_comment(atom, urlname, event_id, params)
event_comment(atom(), String.t(), String.t(), map()) :: tuple()
event_comment(atom(), String.t(), String.t(), integer()) :: tuple()

Deletes comments posted in events.

Link to this function event_comments(urlname, event_id, params)
event_comments(String.t(), String.t(), map()) :: tuple()

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