0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Let us try to use the JsonFactory everywhere. Maybe there are ways to pass it around more elegantly? More... about 15 years ago
Removed several references to the Apache HTTP Client library in preparation of moving to the Google API HTTP abstraction - because that is used anyways. More... about 15 years ago
Use the InstalledApp.OOB_REDIRECT_URI instead of specifying the URL on my own. More... about 15 years ago
Reworked the AbstractFreebaseService to support method calls without an API key, with the API key only, and with API key and OAuth credentials. More... about 15 years ago
Add the OAuth Access Token to all HTTP request with the Authorization: OAuth header. More... about 15 years ago
Use newer versions of stringtree-json (2.0.10 instead of 2.0.9) and google-api-client (1.4.1-beta instead of 1.3.1-alpha). More... about 15 years ago
Minor fix of the POM definition. More... about 15 years ago
Change the parameter regex to support pattern/range parameters, ie. date>= or name~=. More... about 15 years ago
Change the parameter regex to support pattern/range parameters, ie. date>= or name~=. More... about 15 years ago
Change the parameter regex to support pattern/range parameters, ie. date>= or name~=. More... about 15 years ago
Use some more new googleapis.com URLs. More... over 15 years ago
Query envelope is no longer used and there should be just one query per request. More... over 15 years ago
Minor prepartions for the move to googleapis.com More... over 15 years ago
(Temporarily?) set up the transport and json factory here. Wait for someone to publish a better way to tell me which factory to use. :P More... over 15 years ago
Merge uploading from the master branch. More... over 15 years ago
Uploading actually works now. :p More... over 15 years ago
Is this a possible way to upload files to Freebase? More... over 15 years ago
com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck More... over 15 years ago
com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck More... over 15 years ago
First suggestion on how Freebase auth with OAuth2 and automatic retries of failed reads/writes may work. More... over 15 years ago
First refactoring towards some OAuth2 and automatic retries, if the OAuth2 token expired. More... over 15 years ago
Woops, don't use the Google API in the master branch, yet. :P More... over 15 years ago
Minor source cleanup by the Eclipse wizard. ;) More... over 15 years ago
Minor source cleanup by the Eclipse wizard. ;) More... over 15 years ago
Use StringBuilder instead of StringBuffer, because there should be no way that these are used in a non-synchronized context in these cases. More... over 15 years ago
Use StringBuilder instead of StringBuffer, because there should be no way that these are used in a non-synchronized context in these cases. More... over 15 years ago
Commit the google-api-client library. More... over 15 years ago
Commit the google-api-client library. More... over 15 years ago
Made the JSON parsing and creating etc. static, because the Stringtree JSON classes do not seem to carry any state anyways. More... over 15 years ago
Made the JSON parsing and creating etc. static, because the Stringtree JSON classes do not seem to carry any state anyways. More... over 15 years ago