@@ -19,19 +19,29 @@ The library supports the following Java environments:
19
19
20
20
The following related projects are built on the Google HTTP Client Library for Java:
21
21
22
- - [ Google OAuth Client Library for Java] ( https://github.com/googleapis/google-oauth-java-client ) ,
23
- for the OAuth 2.0 and OAuth 1.0a authorization standards.
24
- - [ Google APIs Client Library for Java] ( https://github.com/googleapis/google-api-java-client ) , for
25
- access to Google APIs.
22
+ - [ Google OAuth Client Library for Java] [ google-oauth-client ] , for the OAuth 2.0 and OAuth 1.0a
23
+ authorization standards.
24
+ - [ Google APIs Client Library for Java] [ google-api-client ] , for access to Google APIs.
26
25
27
- This is an open-source library, and
28
- [ contributions] ( https://developers.google.com/api-client-library/java/google-http-java-client/contribute )
29
- are welcome.
26
+ This is an open-source library, and [ contributions] [ contributions ] are welcome.
27
+
28
+ ## Beta Features
29
+
30
+ Features marked with the ` @Beta ` annotation at the class or method level are subject to change. They
31
+ might be modified in any way, or even removed, in any major release. You should not use beta
32
+ features if your code is a library itself (that is, if your code is used on the ` CLASSPATH ` of users
33
+ outside your own control).
34
+
35
+ ## Deprecated Features
36
+
37
+ Deprecated non-beta features will be removed eighteen months after the release in which they are
38
+ first deprecated. You must fix your usages before this time. If you don't, any type of breakage
39
+ might result, and you are not guaranteed a compilation error.
30
40
31
41
## Documentation
32
42
33
- - [ Developer's Guide] ( https://developers.google. com/api-client-library/java/ google-http-java-client/ )
34
- - [ Setup Instructions] ( https://developers.google. com/api-client-library/java/ google-http-java-client/setup )
43
+ - [ Developer's Guide] ( https://github. com/googleapis/ google-http-java-client/wiki )
44
+ - [ Setup Instructions] ( https://github. com/googleapis/ google-http-java-client/wiki/Setup-Instructions )
35
45
- [ JavaDoc] ( https://googleapis.dev/java/google-http-client/latest/ )
36
46
- [ Release Notes] ( https://github.com/googleapis/google-http-java-client/releases )
37
47
- [ Support (Questions, Bugs)] ( https://developers.google.com/api-client-library/java/google-http-java-client/support )
@@ -44,6 +54,7 @@ Java 7 | [] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html )
45
55
Java 11 | [ ![ Kokoro CI] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java11.svg )] ( https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java11.html )
46
56
47
- ## Links
48
57
49
- - [ Discuss] ( https://groups.google.com/group/google-http-java-client )
58
+ [ google-oauth-client ] : https://github.com/googleapis/google-oauth-java-client
59
+ [ google-api-client ] : https://github.com/googleapis/google-api-java-client
60
+ [ contributions ] : CONTRIBUTING.md
0 commit comments