class Github::Activity

def watching

Access to Activity::Watching API
def watching
  @watching ||= ApiFactory.new 'Activity::Watching'
end