Skip to contents

Authentication

Functions for authenticating and verification

meetupr_sitrep()
Show meetupr authentication status
meetupr_auth()
Authenticate and return the current user
meetupr_auth_status() has_auth()
Check all authentication methods and return details
meetupr_deauth()
Deauthorize and remove cached authentication
meetupr_client()
Create a Meetup OAuth client
meetupr_key_set() meetupr_key_get() meetupr_key_delete()
Manage API Keys via Environment Variables
use_gha_jwt_token() use_gha_encrypted_token()
GitHub Actions workflow helpers

Retrieving data and working with data

Functions for retrieving data

get_client_name()
Get Meetup OAuth Client Name
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
meetupr_encrypt_setup() meetupr_encrypt_load() get_encrypted_path()
CI Authentication with Encrypted Token Rotation
find_groups()
Find groups using text-based search
find_topics()
Find topics on Meetup

Query functions

Functions enabling querying of data

meetupr_req()
Create and Configure a Meetup API Request
meetupr_query()
Execute GraphQL query

Introspection

Functions for introspection

meetupr_schema()
Introspect the Meetup GraphQL API schema
meetupr_schema_mutations()
Explore available mutations in the Meetup GraphQL API
meetupr_schema_queries()
Explore available query fields in the Meetup GraphQL API
meetupr_schema_search()
Search for types in the Meetup GraphQL API schema
meetupr_schema_type()
Get fields for a specific type in the Meetup GraphQL API schema
local_meetupr_debug()
Temporarily enable debug mode