meetup v0.1.1 Meetup.V3.Boards

Handles endpoints related to meetup discussion boards.

Link to this section Summary

Functions

Listings of group discussions

Listing Group discussion posts

Listings of Group discussion boards. The :urlname path element may be any valid group urlname or domain name

Link to this section Functions

Link to this function discussions(urlname, bid)
discussions(String.t(), integer()) :: tuple()

Listings of group discussions.

For available params, see: https://www.meetup.com/meetup_api/docs/:urlname/boards/:bid/discussions/

Link to this function discussions(urlname, bid, did)
discussions(String.t(), integer(), integer()) :: tuple()

Listing Group discussion posts.

Link to this function index(urlname)
index(String.t()) :: tuple()

Listings of Group discussion boards. The :urlname path element may be any valid group urlname or domain name.