class Github::Activity

def notifications(options={}, &block)

Access to Activity::Notifications API
def notifications(options={}, &block)
  @notifications ||= ApiFactory.new('Activity::Notifications', current_options.merge(options), &block)
end