leerssej / freebase-python

Automatically exported from code.google.com/p/freebase-python
Other
0 stars 0 forks source link

Support new Google APIs #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The library needs to be updated to support the new Google APIs.  The home page 
has said this is coming for months, but we're now weeks away from the 
retirement of the old APIs, so the need is becoming much more urgent.

Original issue reported on code.google.com by tfmorris on 12 Oct 2012 at 2:47

GoogleCodeExporter commented 9 years ago
Google has said on the mailing list that they've changed their mind and won't 
upgrade this library after all.  It is abandoned.  Because the old endpoint 
redirects to an HTML page and the client library expects JSON or an HTTP error, 
you also won't get a sensible error message when you encounter this.

I have a fork at https://github.com/tfmorris/freebase-python which has minimal 
support of the new V1 API for methods that my legacy code uses (mqlread & 
mqlreaditer, so far).  Not sure how much work I'll put into it, but it's there 
for anyone who might find it useful.

Original comment by tfmorris on 2 Jul 2013 at 1:06