Skip to content

Commit d33d502

Browse files
committed
Add link to client libraries explained page
1 parent 075d533 commit d33d502

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
[![PyPI version](https://badge.fury.io/py/google-api-python-client.svg)](https://badge.fury.io/py/google-api-python-client)
44

5-
This is the legacy Python client library for Google's discovery based APIs.
6-
To get started, please see the [docs folder](https://github.com/googleapis/google-api-python-client/blob/master/docs/README.md).
5+
This is the [Google API Python client library](https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries)
6+
for Google's discovery based APIs. To get started, please see the
7+
[docs folder](https://github.com/googleapis/google-api-python-client/blob/master/docs/README.md).
78

8-
The libraries are considered complete and are in maintenance mode. This means
9+
This library is considered complete and is in maintenance mode. This means
910
that we will address critical bugs and security issues but will not add any
1011
new features.
1112

1213
This library is officially supported by Google. However, the maintainers of
1314
this repository recommend using [Cloud Client Libraries for Python](https://github.com/googleapis/google-cloud-python),
14-
where possible, for new code development.
15+
where possible, for new code development. For more information, please visit
16+
[Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
1517

1618
## Version 2.0 Release
1719
The 2.0 release of `google-api-python-client` is a significant upgrade compared
@@ -41,6 +43,9 @@ focused on a specific API, and in some cases, the libraries are owned by team
4143
who specialized in that API.
4244
- Developers will benefit from intellisense.
4345

46+
For more information, please visit
47+
[Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
48+
4449
Although there are many benefits to moving to
4550
[Cloud Client Libraries for Python](https://github.com/googleapis/google-cloud-python),
4651
the maintainers want to emphasize that `google-api-python-client` will continue

0 commit comments

Comments
 (0)