-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
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
Update to support GraphQL Search API #74
Conversation
This is working now, and tests are passing. I did verify that the new API is still limiting results to 1000 (at least for my free account). geoblast is not longer working, as it looks like the old geo codes no longer work. Now, there are numeric codes. For example, I still need to work on this, to get these code for the major geos. It would be good to find them documented somewhere, otherwise I can try to reverse it from intercepting requests. |
I found this in some static JS:
|
OK, geoblast is working again and returning results past 1000. |
🤞 OK gonna give it a merge. |
This PR will merge the chains from @coj337 into the master branch, once I can get it working with the unit tests.