We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Maybe try to add the line require 'path/to/restclient';?
require 'path/to/restclient';
If it works, we probably want to require it via require 'path/to/google-search-results'; instead of manually. What do you think @jvmvik? Thanks.
require 'path/to/google-search-results';
Sorry, something went wrong.
rest client is transitive dependency which is handled by composer. for example: https://github.com/serpapi/google-search-results-php/tree/master/example_composer
but you can also directly install and require the dependency as described by @hartator
jvmvik
No branches or pull requests
The text was updated successfully, but these errors were encountered: