The ones that google host seems borderline broken. For example,
shows examples using deprecated classes (AtomParser) and non existent methods are being called, like the addParser method call on a HttpTransport instance (I’m guessing that was supposed to be a setParser method call on a HttpRequest instance instead).
So, basically, where can I find a little bit more up to date information of this?
Please go to our home page and click on “JavaDoc”. The latest version of the JavaDoc is linked from:
http://javadoc.google-api-java-client.googlecode.com/hg/index.html
Disclaimer: I am an Owner of the google-api-java-client library.