dbarowy / bingerator

An iterator-like collection library for doing Bing queries in Scala.
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

the api is deprecated since dec 2016 #2

Open dportabella opened 6 years ago

dportabella commented 6 years ago

It seems that the api.datamarket.azure.com API is deprecated in favor of api.cognitive.microsoft.com. https://azure.microsoft.com/en-us/services/cognitive-services/directory/search/ https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/quickstarts/java

Can this library be updated?

dbarowy commented 6 years ago

Hi @dportabella, thanks for pinging me. I'll try to look at this in the near future.

dportabella commented 6 years ago

cool! do you have an idea of when this could be done?

dbarowy commented 6 years ago

Hi David. Probably not soon (where soon = "actually soon"). I wrote this when I was a grad student. I am now a professor with significantly less time. I will probably revisit this soon (where soon = "this summer"). If you need it before that, I won't be able to help.

That said, if you want to tackle this, I would be happy to accept a pull request. Conceptually, it is not a complicated fix.

dportabella commented 6 years ago

ok, no worries. cheers!