aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/discovery.py
AgeCommit message (Expand)Author
2021-10-12fix: disable self signed jwt (#1566)arithmetic1728
2021-10-07feat: enable self signed jwt for service account credentials (#1553)arithmetic1728
2021-07-23fix: drop six dependency (#1452)Anthonios Partheniou
2021-07-13chore: remove unused code (#1437)arfy slowy
2021-06-08fix: update content-length header for next page (#1404)David Schweikert
2021-04-29fix: preventing accessing predefined discovery URLs when override is provided...Alex
2021-03-19fix: Change default of `static_discovery` when `discoveryServiceUrl` set (#1261)Anthonios Partheniou
2021-03-15fix: fix .close() (#1231)Bu Sun Kim
2021-01-14feat: Add support for using static discovery documents (#1109)Anthonios Partheniou
2020-12-14docs: Reduce noisy changes in docs regen (#1135)Anthonios Partheniou
2020-09-23fix: add method to close httplib2 connections (#1038)Bu Sun Kim
2020-09-12feat: add quota_project, credentials_file, and scopes support (#1022)Bu Sun Kim
2020-08-27feat: add support for mtls env variables (#1008)arithmetic1728
2020-07-30fix: discovery uses V2 when version is None (#975)Dmitry Frenkel
2020-07-15feat: discovery supports retries (#967)Dmitry Frenkel
2020-06-18feat: allow to use 'six.moves.collections_abc.Mapping' in 'client_options.fro...Pavel Kiselev
2020-06-09fix: update GOOGLE_API_USE_MTLS values (#940)arithmetic1728
2020-06-02fix: fix python-api-core dependency issue (#931)arithmetic1728
2020-06-02feat: add mtls feature (#917)arithmetic1728
2020-04-28fix: downgrade repetitive logging calls to debug (#885)Bu Sun Kim
2020-04-17fix: replace '-' in method names with '_' (#863)Bu Sun Kim
2020-03-12feat: add client_options support for api endpoint override (#829)Bu Sun Kim
2019-10-30chore: blacken (#772)Bu Sun Kim
2019-07-24Decode service to utf-8. (#723)Bu Sun Kim
2019-07-16Never make 'body' required. (#718)Bu Sun Kim
2019-01-25Convert '$' in method name to '_' (#616)Bu Sun Kim
2018-11-30Fix the client to respect the passed in developerKey and credentials (#593)Arunpn
2018-04-27Make body optional for requests with no parameters (#446)Jean-Loup Roussel-Clouet
2018-04-26Remove oauth2client._helpers dependency (#493)Helen Koike
2018-04-25Describe reserved word methods with _ after name. eg import_()Matthew Whisenhunt
2018-04-20discovery.py: remove unused oauth2client import (#492)Helen Koike
2018-01-17Remove mutual exclusivity check for developerKey and credentials (#465)Jon Wayne Parrott
2017-03-06Raise ValueError if credentials and developerKey are both specified (#358)Jon Wayne Parrott
2017-02-10Fix generation for methods with abnormal page token conventions (#330)Thomas Coffee
2017-02-08Don't invoke application default credentials logic when developerKey is provi...Jon Wayne Parrott
2017-01-19Set default HTTP timeout of 60s (#320)Igor Maravić
2017-01-05Add support for google-auth and remove Python 2.6 support (#319)Jon Wayne Parrott
2016-10-31Add media_mime_type keyword argumentBrian J. Watson
2016-10-17Added missing imports.Kostyantyn Leschenko
2016-08-16Add a warning when using mocking without cache (#261)Christian Ternus
2016-08-15Add support for oauth2client >= 3.0.0, < 4.0.0. (#265)Jon Wayne Parrott
2016-03-14Fallback to use new discovery uri pattern when the old one fails.Ethan Bao
2015-10-14Fix non-resumable binary uploads on Python 3Phil Ruffwind
2015-09-04Fixed a NameError on exception, added a unit test.Takashi Matsuo
2015-08-24Implemented automatic caching for the discovery documents.Takashi Matsuo
2015-07-23Discovery: Treat empty nextPageToken field the same as it not existingSon Dinh
2015-07-17Making http parameter in discovery.build_from_document optional.Jonathan Wayne Parrott
2015-06-13Adds a doc comment for new_batch_http_requestPepper Lebeck-Jobe
2015-06-12Add a new_batch_http_request() method to servicesPepper Lebeck-Jobe
2015-03-09Verifying that media_upload.size() is not NonePat Ferate