Skip to content

Commit

Permalink
fix: the turn down date for global batch uri (#901)
Browse files Browse the repository at this point in the history
Fixes the date of when the global batch endpoint will be turned down, per the extension outlined in https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html.
  • Loading branch information
bradvogel committed May 15, 2020
1 parent 09e6447 commit 6ddadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googleapiclient/http.py
Expand Up @@ -1170,7 +1170,7 @@ def __init__(self, callback=None, batch_uri=None):
if batch_uri == _LEGACY_BATCH_URI:
LOGGER.warn(
"You have constructed a BatchHttpRequest using the legacy batch "
"endpoint %s. This endpoint will be turned down on March 25, 2019. "
"endpoint %s. This endpoint will be turned down on August 12, 2020. "
"Please provide the API-specific endpoint or use "
"service.new_batch_http_request(). For more details see "
"https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html"
Expand Down

0 comments on commit 6ddadd7

Please sign in to comment.