class Github::Client

def issues(options = {})

def issues(options = {})
  @issues ||= ApiFactory.new 'Issues', options
end