-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
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
Reactions are currently unavailable