-
Notifications
You must be signed in to change notification settings - Fork 0
Links #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java
Outdated
Show resolved
Hide resolved
google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html
Outdated
Show resolved
Hide resolved
google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html
Outdated
Show resolved
Hide resolved
google-api-client-assembly/dependencies/google-api-client-appengine-dependencies.html
Outdated
Show resolved
Hide resolved
| <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/">appengine sdk</a></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
google-api-client-xml/src/main/java/com/google/api/client/googleapis/xml/atom/package-info.java
Outdated
Show resolved
Hide resolved
| * 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove ?csw=1 from url
| * 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove csw=1 from URL
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/package-info.java
Outdated
Show resolved
Hide resolved
| * <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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove csw=1 from URL
| * <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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove ?csw=1 from URL
| /** | ||
| * 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove csw=1 from URL
Fixes #googleapis#1187