Skip to content

Commit

Permalink
chore!: remove "apiclient" package
Browse files Browse the repository at this point in the history
"apiclient" was created in 2014 as a stop-gap to help people transition from
"apiclient" to "googleapiclient". This transition should have been completed in
the past 10 years.

However now this is creating package pollution that interferes with another PyPI
package called "api-client" that also writes to ".../site-packages/apiclient/"
and conflicts with this package.

BREAKING CHANGE: removes "apiclient" package which may still break those
who haven't transitioned.
  • Loading branch information
kruton committed Sep 18, 2024
1 parent 4c0fc11 commit 412f4fa
Show file tree
Hide file tree
Showing 524 changed files with 524 additions and 553 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
recursive-include apiclient *.json *.py
recursive-include googleapiclient *.json *.py
include CHANGELOG
include LICENSE
Expand Down
27 changes: 0 additions & 27 deletions apiclient/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion docs/build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Author: [email protected] (Joe Gregorio)
#
# Creates the documentation set for the library by
# running pydoc on all the files in apiclient.
# running pydoc on all the files in googleapiclient.
#
# Notes: You may have to update the location of the
# App Engine library for your local system.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/abusiveexperiencereport_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/acceleratedmobilepageurl_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/accessapproval_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/accesscontextmanager_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/accesscontextmanager_v1beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/acmedns_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/addressvalidation_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adexchangebuyer2_v2beta1.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adexchangebuyer_v1_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adexchangebuyer_v1_3.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adexchangebuyer_v1_4.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adexperiencereport_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admin_datatransfer_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admin_directory_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admin_reports_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admob_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/admob_v1beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adsense_v1_4.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adsense_v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adsensehost_v4_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adsenseplatform_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/adsenseplatform_v1alpha.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/advisorynotifications_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/aiplatform_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/aiplatform_v1beta1.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/airquality_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/alertcenter_v1beta1.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/alloydb_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/alloydb_v1alpha.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/alloydb_v1beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/analytics_v3.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>Method Details</h3>
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
third is a googleapiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Expand Down
Loading

0 comments on commit 412f4fa

Please sign in to comment.