class Github::Repos

def comments

Access to Repos::Comments API
def comments
  @commits ||= ApiFactory.new 'Repos::Comments'
end