Closed tmlee closed 11 years ago
thanks for your pull request!
:+1: Thanks for accepting! i actually forgot to update the readme, you could cherry pick it from https://github.com/tmlee/searchbing/commit/e7bc04b152fbc0164c61e1bafd68fc0817e5b217 if you like
Thnx for considering the documentation as well. It looks like the data structure of bing's api response has changed since the last time the docs have been updated. I found something along the lines of
puts bing_results[0][:Image][0][:MediaUrl]
was needed for the first example in the readme, let me know if you found this to be different. The second seems to still work as before, after swapping out the strings with symbols.
@rcullito cool, sorry i did not realize that. I'll look into that since i am already on it. Thx!
@tmlee thanks for your help! just wanted to verify someone else was seeing the change also, I opened another issue for it.
I'll probably just make the update as seen here: https://github.com/rcullito/searchbing/issues/3
Thanks for the awesome gem.. and how about considering parsing the JSON result's key as a symbol instead?