Created
September 19, 2014 18:34
-
-
Save hayduke19us/81c4f2d9038977d15cbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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