Skip to contents

Authentication

Functions for authenticating and verification

meetup_sitrep()
Show meetupr authentication status
meetup_auth() meetup_deauth()
Meetup API Authentication
meetup_auth_status() has_auth()
Check Authentication Status for Meetup API
meetup_client()
Create a Meetup OAuth Client
meetup_key_set() meetup_key_get() meetup_key_delete()
Manage API keys in system keyring
meetup_ci_setup() meetup_ci_load()
Meetup API CI Authentication

Retrieving data and working with data

Functions for retrieving data

get_event()
Get information for a specified event
get_event_comments()
Get the comments for a specified event
get_event_rsvps()
Get the RSVPs for a specified event
get_group()
Get detailed information about a Meetup group
get_group_events()
Get the events from a meetup group
get_group_members()
Get the members from a meetup group
get_pro_groups() get_pro_events()
Retrieve information about Meetup Pro networks, including groups and events.
get_self()
Get information about the authenticated user
find_groups()
Find groups using text-based search
find_topics()
Find topics on Meetup

Query functions

Functions enabling querying of data

meetup_req()
Create and Configure a Meetup API Request
meetup_query()
Execute GraphQL query

Introspection

Functions for introspection and debugging

meetup_schema()
Introspect the Meetup GraphQL API schema
meetup_schema_mutations()
Explore available mutations in the Meetup GraphQL API
meetup_schema_queries()
Explore available query fields in the Meetup GraphQL API
meetup_schema_search()
Search for types in the Meetup GraphQL API schema
meetup_schema_type()
Get fields for a specific type in the Meetup GraphQL API schema
local_meetupr_debug()
Temporarily enable debug mode