meetup v0.1.1 Meetup.V3.Rsvps

Handles endpoints related to event RSVPs.

Link to this section Summary

Functions

Creates or updates an existing RSVP. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/rsvps/

Retrieves list of event RSVPs. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/rsvps/#list

Link to this section Functions

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

Creates or updates an existing RSVP. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/rsvps/

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

Retrieves list of event RSVPs. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/events/:event_id/rsvps/#list