class Github::Client

def search(options = {})

def search(options = {})
  @search ||= ApiFactory.new 'Search', options
end