android - Missing APIs in Google Tasks API Java library -


i'm trying write tasks app android, using v1.3 library here:

http://code.google.com/p/google-api-java-client/source/browse/com/google/?repo=mavenrepo&r=07a469e9e478c9e13e375c4d569436d4e261c59c#google%2fapis%2fgoogle-api-services-tasks%2fv1-1.3.0-beta

as per javadoc, tasklist class has getupdated() api, returning last-modification time of list. however, it's missing in library , need api. reason why it's missing , how can it?

the api added in v1.6 of library. not sure why missing before.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -