meetup v0.1.1 Meetup.V3.Abuse

Handles endpoints related to meetup abuse.

Link to this section Summary

Functions

Submits a new abuse report for a target member. Abuse reports will be followed up on by our Community Support team

Submits a new abuse report for a target group. Abuse reports will be followed up on by our Community Support team. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/abuse_reports/

Unblocks a previously blocked member from various interactions with the authenticated member on the platform

Blocks a target member from various interactions with the authenticated member on the platform

Link to this section Functions

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

Submits a new abuse report for a target member. Abuse reports will be followed up on by our Community Support team.

This method requires the oauth reporting scope for oauth-authenticated requests

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

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

Submits a new abuse report for a target group. Abuse reports will be followed up on by our Community Support team. For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/abuse_reports/

Link to this function blocks(atom, member_id)
blocks(atom(), integer()) :: tuple()
blocks(atom(), integer()) :: tuple()

Unblocks a previously blocked member from various interactions with the authenticated member on the platform.

Link to this function blocks(atom, member_id, params)
blocks(atom(), integer(), map()) :: tuple()

Blocks a target member from various interactions with the authenticated member on the platform.

For available params, see: https://www.meetup.com/meetup_api/docs/self/blocks/:member_id/#block