Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| <tr class="b"> | ||
| <td>com.google.appengine</td> | ||
| <td><a class="externalLink" href="http://code.google.com/appengine/appengine-api-1.0-sdk/">appengine-api-1.0-sdk</a></td> | ||
| <td><a class="externalLink" href="https://cloud.google.com/appengine/downloads/">appenginesdk</a></td> |
There was a problem hiding this comment.
not really sure but, is this url would be better?
https://cloud.google.com/appengine/
| <td> | ||
| <p><b>Description: </b>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</p> | ||
| <p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/java-diff-utils/">http://code.google.com/p/java-diff-utils/</a></p> | ||
| <p><b>URL: </b><a class="externalLink" href="https://code.google.com/archive/p/java-diff-utils/">java-diff-utils</a></p> |
There was a problem hiding this comment.
Would this be more appropriate https://github.com/java-diff-utils/java-diff-utils ?
| <ul> | ||
| <li><a | ||
| href='http://code.google.com/p/google-api-java-client/wiki/ReleaseNotes#Version_${project.version}'>Release | ||
| href='https://github.com/googleapis/google-api-java-client#Version_${project.version}'>Release |
There was a problem hiding this comment.
I think this should be something like https://github.com/googleapis/google-api-java-client/releases/tags/${project.version}
| <h3>Maven Usage</h3> | ||
| For information on how to add these libraries to your Maven project please see | ||
| <a href='http://code.google.com/p/google-api-java-client/wiki/Setup#Maven'>http://code.google.com/p/google-api-java-client/wiki/Setup#Maven</a>. | ||
| <a href='https://github.com/googleapis/google-api-java-client#Maven'>Maven</a>. |
There was a problem hiding this comment.
instead of 'https://github.com/googleapis/google-api-java-client#Maven', update it with 'https://github.com/googleapis/google-api-java-client#building-locally'
There was a problem hiding this comment.
ohh sorry, I think https://developers.google.com/api-client-library/java/google-api-java-client/setup#maven be bettter
| <p> | ||
| Please read <a | ||
| href="http://code.google.com/p/google-http-java-client/wiki/Setup#ProGuard">Setup | ||
| href="https://github.com/googleapis/google-http-java-client#ProGuard">Setup |
There was a problem hiding this comment.
| <br /> Please see the | ||
| <a href='http://code.google.com/p/google-api-java-client/wiki/Android'>Android | ||
| wiki</a> for the Android Developer's Guide. | ||
| <a href='https://github.com/googleapis/google-api-java-client'>Android |
There was a problem hiding this comment.
Uh oh!
There was an error while loading. Please reload this page.
| * Google-specific implementation of the OAuth 2.0 request for an access token based on an | ||
| * authorization code (as specified in <a | ||
| * href="http://code.google.com/apis/accounts/docs/OAuth2WebServer.html">Using OAuth 2.0 for Web | ||
| * href="https://developers.google.com/identity/protocols/OAuth2WebServer?csw=1">Using OAuth 2.0 for Web |
| * Redirect URI to use for an installed application as specified in <a | ||
| * href="http://code.google.com/apis/accounts/docs/OAuth2InstalledApp.html">Using OAuth 2.0 for | ||
| * Installed Applications</a>. | ||
| * href="https://developers.google.com/identity/protocols/OAuth2InstalledApp?csw=1">Using OAuth 2.0 for |
Uh oh!
There was an error while loading. Please reload this page.
| * <p> | ||
| * These are the typical steps of the web server flow based on an authorization code, as specified | ||
| * in <a href="http://code.google.com/apis/accounts/docs/OAuth2WebServer.html">Using OAuth 2.0 for | ||
| * in <a href="https://developers.google.com/identity/protocols/OAuth2WebServer?csw=1">Using OAuth 2.0 for |
| * <p> | ||
| * These are the typical steps of the the browser-based client flow specified in <a | ||
| * href="http://code.google.com/apis/accounts/docs/OAuth2UserAgent.html">Using OAuth 2.0 for | ||
| * href="https://developers.google.com/identity/protocols/OAuth2UserAgent?csw=1">Using OAuth 2.0 for |
| /** | ||
| * Data class representing the Google JSON error response content, as documented for example in <a | ||
| * href="https://code.google.com/apis/urlshortener/v1/getting_started.html#errors">Error | ||
| * href="https://developers.google.com/url-shortener/v1/getting_started?csw=1#errors">Error |
Fixes #googleapis#1187