class Github::Client

def activity(options = {})


provide access to notifications, subscriptions, and timelines.
Serving up the ‘social’ in Social Coding™, the Activity APIs
def activity(options = {})
  @activity ||= ApiFactory.new 'Activity', options
end