meetup v0.1.1 Meetup.V3.Topics

Handles endpoints related to meetup topics.

Link to this section Summary

Functions

Returns a list high level topic categories. For available params, see: https://www.meetup.com/meetup_api/docs/find/topic_categories/

Find topics by name. For available params, see: https://www.meetup.com/meetup_api/docs/find/topics/

Recommends suggestions for group topics based on a text search or other topics. For available params, see: https://www.meetup.com/meetup_api/docs/recommended/group_topics/

Link to this section Functions

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

Returns a list high level topic categories. For available params, see: https://www.meetup.com/meetup_api/docs/find/topic_categories/

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

Find topics by name. For available params, see: https://www.meetup.com/meetup_api/docs/find/topics/

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

Recommends suggestions for group topics based on a text search or other topics. For available params, see: https://www.meetup.com/meetup_api/docs/recommended/group_topics/