class Github::Repos

def watching

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