meetup v0.1.2 Meetup.V3.Groups

Handles endpoints related to meetup groups.

Link to this section Summary

Functions

Allows organizers to edit their Meetup group information. To change group topics, see the add and remove topics endpoints. To change group photo use the Group photo upload endpoint. OAuth authenticated requests require an additional group_edit permission

Text, location, category and friend-based group searches For available params, see: https://www.meetup.com/meetup_api/docs/find/groups/

Lists the authenticated member’s groups in the order of leadership, next upcoming event, then alphabetical order by name

Returns groups Meetup finds relevant to you. For available params, see: https://www.meetup.com/meetup_api/docs/recommended/groups/

Provides a form of feedback by requesting to remove a group from future recommendations

Fetches a Meetup group by urlname. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/#get

Renders a list of similar groups

Disassociates topics with a given Meetup group. Limited to organizers of the group. OAuth authenticated requests require an additional group_edit permission

Link to this section Functions

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

Allows organizers to edit their Meetup group information. To change group topics, see the add and remove topics endpoints. To change group photo use the Group photo upload endpoint. OAuth authenticated requests require an additional group_edit permission.

For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/#edit

Link to this function find(params)
find(map()) :: tuple()

Text, location, category and friend-based group searches For available params, see: https://www.meetup.com/meetup_api/docs/find/groups/

Link to this function my_groups(params)
my_groups(map()) :: tuple()

Lists the authenticated member’s groups in the order of leadership, next upcoming event, then alphabetical order by name.

For available params, see: https://www.meetup.com/meetup_api/docs/self/groups/

Link to this function recommended(params)
recommended(map()) :: tuple()

Returns groups Meetup finds relevant to you. For available params, see: https://www.meetup.com/meetup_api/docs/recommended/groups/

Link to this function show(urlname, params)

Fetches a Meetup group by urlname. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/#get

Link to this function similar_groups(urlname)
similar_groups(String.t()) :: tuple()

Renders a list of similar groups.

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

Disassociates topics with a given Meetup group. Limited to organizers of the group. OAuth authenticated requests require an additional group_edit permission.

For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/topics/#remove