-
Notifications
You must be signed in to change notification settings - Fork 523
Updated ArcGISOnline to migrate , add support, and update response handling. #1090
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
Conversation
|
Thanks @wantell ! Could you make sure the previous tests still pass so we are sure there is no breaking change ? |
…ded an exception for reverse on (0,0).
|
Could you also add a test for the |
I don't work with tests normally so am unclear what you mean by committing the cached response. Can you please clarify that? As for the query, I can create and add a token and store it for the test, but once the token expires the test will no longer work. Is this ok? Do you want a test for when an invalid token is passed? |
You will have to run the test locally with your token.
This is why we cache the API response, so the test works without needing a token. |
|
I have updated and run all the tests in my local. Mostly these were changes to the order of results and specific values in those results for the migration of I did add these two tests for the token service:
I also updated the Readme, using similar language to the Google Maps for Business Readme. Please let me know if there are any further items you need me to address with this request, and I thank you for your help and patience. |
|
There seems to be too many cached response (15 new files, none updated, none removed). I also see 2 Thanks. |
will do. |
|
@wantell Apparently, you forgot to commit the cached response for Could you do it so the test can pass ? EDIT: Seems to be commited ( |
Fixed: f2fa3c7 |
Thanks for taking care of that, I don't think I would've been able to identify the problem. |
findtofindAddressCandidatestokenin conjunction withgeocodeAddressesbuildQueryto conditionally add parameters forfindAddressCandidates