# \dontshow{
vcr::insert_example_cassette("meetupr_schema", package = "meetupr")
meetupr:::mock_if_no_auth()
# }
# Get the full schema
schema <- meetupr_schema()
# Explore what's available
names(schema)
# Get as JSON for external tools
schema_json <- meetupr_schema(asis = TRUE)
# \dontshow{
vcr::eject_cassette()
# }
Run the code above in your browser using DataLab