Ruby Google Custom Seach API get results from next page
问题 the code below is only getting the results from the first page of the google pagination... how to get more results? require 'google/api_client' # autenticação client = Google::APIClient.new(:application_name => 'Ruby Drive sample', :application_version => '1.0.0', :client_id => 'xxxxxxxxxxxxxxxx', :client_secret => 'xxxxxxxxxxxxxx', :authorization => nil) search = client.discovered_api('customsearch') # chama a API response = client.execute( :api_method => search.cse.list, :parameters => { 'q