Skip to content

Commit 8780e0f

Browse files
committed
Add link to client libraries explained page
1 parent 8e19538 commit 8780e0f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
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](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 [docs folder](docs/README.md).
77

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

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

1617
## Version 2.0 Release
1718
The 2.0 release of `google-api-python-client` is a significant upgrade compared
@@ -41,6 +42,9 @@ focused on a specific API, and in some cases, the libraries are owned by team
4142
who specialized in that API.
4243
- Developers will benefit from intellisense.
4344

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

0 commit comments

Comments
 (0)