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
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
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.
For available params, see: https://www.meetup.com/meetup_api/docs/self/groups/
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.
For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/topics/#remove