meetup v0.1.1 Meetup.V3.Notifications

Handles endpoints related to meetup notifications.

Link to this section Summary

Functions

Marks groups of notifications as clicked. For available params, see: https://www.meetup.com/meetup_api/docs/notifications/clicked/

Returns all recent Meetup notifications for the authorized member. To mark notifications read use /notifications/read endpoint. To get the authenticated Member’s current unread count, request it in an HTTP header

Marks groups of notifications as read. For available params, see: https://www.meetup.com/meetup_api/docs/notifications/read/

Link to this section Functions

Link to this function clicked(params)
clicked(integer()) :: tuple()

Marks groups of notifications as clicked. For available params, see: https://www.meetup.com/meetup_api/docs/notifications/clicked/

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

Returns all recent Meetup notifications for the authorized member. To mark notifications read use /notifications/read endpoint. To get the authenticated Member’s current unread count, request it in an HTTP header.

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

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

Marks groups of notifications as read. For available params, see: https://www.meetup.com/meetup_api/docs/notifications/read/