Skip to contents

Authentication

Functions for authenticating and verification

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_sitrep()
Show meetupr authentication status
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_comments()
Get the comments for a specified event
get_event_rsvps()
Get the RSVPs for a specified event
get_events()
Get the events from a meetup group
get_group()
Get detailed information about 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
get_type_fields()
Get fields for a specific type in the Meetup GraphQL API schema This function retrieves the fields of a specified type from the Meetup GraphQL API schema.
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_introspect()
Introspect the Meetup GraphQL API
explore_mutations()
Explore available mutations in the Meetup GraphQL API
explore_query_fields()
Explore available query fields in the Meetup GraphQL API
search_types()
Search for types in the Meetup GraphQL API schema
local_meetupr_debug()
Temporarily enable debug mode