gana2188 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

SDK API Documentation N/A? #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Go to https://developers.google.com/cloud/sdk/
2. Try to find a link to API documentation for any supported language.
3. Stop after a few minutes because you won't be able to do this.

What is the expected output? What do you see instead?

I want to see a reference of the Cloud APIs that are available for any given 
language. Please run javadoc, host the output and make it easy to find.

For example, at AWS I can see what I have at my disposal for any language 
within two clicks. 

http://aws.amazon.com/documentation/sdkforjava/

I've tried navigating around, I've tried searching for terms like 'bigstore api'

For comparison, at AWS I can search for 's3 api'
http://aws.amazon.com/search?searchQuery=s3+api&searchPath=all

Similarly, a websearch for this information also doesn't produce the results 
that I'm looking for.

I can find AWS API docs on the first hit:
https://www.google.com/search?q=amazon+sdk+for+java

I can't find GOOGLE API docs on the first hit:
https://www.google.com/search?q=google+sdk+for+java

If I download the amazon SDK, the docs I'm looking for are right there inside 
it. For example,

aws-java-sdk-1.6.9/documentation/javadoc/

If I download the GOOGLE SDK, the docs I'm looking for are not present. I can 
find the appengine javadocs, but I can't find cloud SDK javadocs.

Original issue reported on code.google.com by eric.cra...@gmail.com on 13 Dec 2013 at 7:53

GoogleCodeExporter commented 9 years ago
At some point we may decide to include this sort of thing with the Cloud SDK, 
but currently we do not.

Original comment by jasm...@google.com on 16 May 2014 at 5:03