My company has a "thing" at http://opscode.meetup.com/. This seems to be some kind of collection of groups, but it isn't using the Everywhere system. Via the API, I eventually want to get a list of upcoming events in any of the groups under that umbrella. If I have the group IDs, I can get the event details, but I'm unsure how to go from the list on opscode.meetup.com to a list of IDs. Is there any way to access this via the API? Do I have to convert it to an Everywhere thing? Thanks in advance!
--Noah--
You received this message because you are subscribed to the Google
Groups "Meetup API" group.
To unsubscribe from this group, send email to
meetup-api+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/meetup-api?hl=en?hl=en
On Tue, Mar 27, 2012 at 2:17 PM, Noah Kantrowitz <no...@coderanger.net> wrote:My company has a "thing" at http://opscode.meetup.com/. This seems to be some kind of collection of groups, but it isn't using the Everywhere system. Via the API, I eventually want to get a list of upcoming events in any of the groups under that umbrella. If I have the group IDs, I can get the event details, but I'm unsure how to go from the list on opscode.meetup.com to a list of IDs. Is there any way to access this via the API? Do I have to convert it to an Everywhere thing? Thanks in advance!That page displays a list of groups with a topic matching the name of the subdomain of the page. You can find the same groups through the API by querying the /groups methods with the topic parameter set to opscodeWe don't currently support the topic filter in the 2/groups method, but we could add it.