class Github::Issues

def comments

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