Skip to content

Instantly share code, notes, and snippets.

@hayduke19us
Created September 19, 2014 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hayduke19us/81c4f2d9038977d15cbf to your computer and use it in GitHub Desktop.
Save hayduke19us/81c4f2d9038977d15cbf to your computer and use it in GitHub Desktop.
# this request will show you a headcount of 10
https://api.meetup.com/2/event/5898549\?sign\=true\&key\=59512b1f5939553e4e7962a15154c
# this request will show you the attendance *NOTICE* the members id's are
# missing
https://api.meetup.com/momsmeetupofco/events/5898549/attendance%5C?sign%5C=true%5C&key%5C=59512b1f5939553e4e7962a15154c
# Same attendance request with filter=all
http https://api.meetup.com/momsmeetupofco/events/5898549/attendance\?sign\=true\&key\=59512b1f5939553e4e7962a15154c\&filter\=all
# Same attendance requeset with filter=attended
http https://api.meetup.com/momsmeetupofco/events/5898549/attendance\?sign\=true\&key\=59512b1f5939553e4e7962a15154c\&filter\=attended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment