Skip to content

Instantly share code, notes, and snippets.

@russ
Created June 8, 2012 01:13
Show Gist options
  • Save russ/2892819 to your computer and use it in GitHub Desktop.
Save russ/2892819 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'rmeetup2'
RMeetup2::Base.authentication_method = :api_key
RMeetup2::Base.api_key = '5c4a7449656e481b691f4a113174d'
RMeetup2::Base.get(:events, group_id: '1555691').data['results'].count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment