meetup v0.1.1 Meetup.V3.Pro

Handles endpoints related to meetup pros.

Link to this section Summary

Functions

Name and statistics range search for the meetup groups belonging to Pro organization. For available params, see: https://www.meetup.com/meetup_api/docs/pro/:urlname/groups/

Name, location, and time based search for the members of the meetups belonging to Pro organization For available params, see: https://www.meetup.com/meetup_api/docs/pro/:urlname/members/

Redeemed chapter, redeemed member, status, and timestamp for tickets belonging to Pro organization. For available params, see: https://www.meetup.com/meetup_api/docs/pro/:urlname/tickets/

Link to this section Functions

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

Name and statistics range search for the meetup groups belonging to Pro organization. For available params, see: https://www.meetup.com/meetup_api/docs/pro/:urlname/groups/

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

Name, location, and time based search for the members of the meetups belonging to Pro organization For available params, see: https://www.meetup.com/meetup_api/docs/pro/:urlname/members/

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

Redeemed chapter, redeemed member, status, and timestamp for tickets belonging to Pro organization. For available params, see: https://www.meetup.com/meetup_api/docs/pro/:urlname/tickets/