Gestiada / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Totally confused #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ok, I am trying to talk to the services listed here

http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_developers_
protocol.html#Creating_a_User_for_a_Domain

I am writing Java so I want to use the google client library, the "Getting 
Started" page http://code.google.com/apis/gdata/articles/java_client_lib.html 
directs me to download "gdata-java-client"

When I go to that page, it says at the bottom that the new "Google API Client 
Library for Java" is the new thing to use and that it is "backwards compatible" 
and "Summary: same library, but with additional features, and a new name. "

So I then download "google-api-java-client". However all my previous code that 
uses things like UserService etc no longer compiles. The API page says its 
supports the provisioning API but I don't see anything in the Javadocs relating 
to this.

Where to start??

Original issue reported on code.google.com by bitsofin...@gmail.com on 26 Aug 2010 at 6:46

GoogleCodeExporter commented 9 years ago
Please start with gdata-java-client.  google-api-java-client is not 
backwards-compatible with gdata-java-client.

The backwards-compatibility claim is only for an alpha version of the 
gdata-java-client version 2, which is now no longer a supported library.

Sorry for the confusion.

Original comment by yan...@google.com on 8 Sep 2010 at 12:54