0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Sep 02, 2025 — Sep 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disable html_escape. More... over 14 years ago
Do not double-encode the stuff in the URL. More... over 14 years ago
New JSON parser: stringtree-json => google-http-client More... over 14 years ago
Added some optional constructors to read-only services that show that the key actually is completely optional to read from Freebase. More... almost 15 years ago
Updated to newer Google Java libraries. More... almost 15 years ago
Minor code improvements and bugfixes. More... almost 15 years ago
Minor code improvements and bugfixes. More... almost 15 years ago
Use the GenericUrl class to set the query parameters. More... about 15 years ago
Show our real intent by forcing the initializer to be a GoogleAccessProtectedResource instance. More... about 15 years ago
Change the FreebaseServiceException to match errors returned by the new API more accurately (even though relatively genericly). More... about 15 years ago
Changed the QueryParser to deal with JSON arrays and Google's JsonFactory correctly. More... about 15 years ago
Removed a completely unnecessary cast. More... about 15 years ago
Maybe GenericJson could be used here, too. More... about 15 years ago
Use Preconditions.checkNotNull to see if the JsonFactory is good. More... about 15 years ago
Merge branch 'google_api_http' into google_api_json More... about 15 years ago
Updated google-api-client from 1.4.1-beta to 1.5.0-beta. Added the new google-http-client 1.5.0-beta (split off from google-api-client as of 1.5.0-beta) as a dependency. More... about 15 years ago
Add a check to see if the HTTP request initializer is the AccessProtectedResource class, so that there is a chance for the request to be executed. More... about 15 years ago
The reconcilation service is not supported for now. The status for the public API starting with the new Google hosted Freebase API is unkown. More... about 15 years ago
Change the QuaryParser to use GenericJson, because that should basically work. Everything else has to wait for https://code.google.com/p/google-http-java-client/issues/detail?id=9 to be fixed with the 1.5 API version. More... about 15 years ago
Merge from google_api_http to google_api_json More... about 15 years ago
Merge branch 'oauth' into google_api_json More... about 15 years ago
Merge branch 'oauth' into google_api_http More... about 15 years ago
Fix that cursor issue. More... about 15 years ago
This really makes the whole API quite a lot smaller and easier to maintain. I should probably add some convenience methods/classes for easier instantiation of access protected services like the UploadService and the WriteService. Those should theoretically work at this moment, but the API should enforce that the OAuth information is actually available when the service object is created. More... about 15 years ago
Merge branch 'oauth' into google_api_http More... about 15 years ago
Use the Preconditions class to check for some constructor parameters. More... about 15 years ago
Merge branch 'oauth' into google_api_http More... about 15 years ago
Merge branch 'oauth' into google_api_json More... about 15 years ago
Do not try to convert a null error code toString(). More... about 15 years ago
Remove the query name parameter, because the new API only does one query per API call and does not support named queries. More... about 15 years ago