Closed danielbankhead closed 3 weeks ago
Warning: This pull request is touching the following templated files:
README.md
is managed by synthtool
. However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yamlThis, along with #600 and #621 are going to cause breaking changes in auth + google-api-nodejs-client (and any other dependents). Since we don't have that level of integration tests, I'd strongly recommend releasing an experimental version of this library manually once you've merged all the breaking changes (but without merging the actual new release) and seeing what breaks in auth and GANC. That way you can preview breaking tests and any other changes, and you can revert anything if necessary before we release a new version of gaxios. In the future though, we would ideally just have these tests connected.
Headers should be
Headers
:{}
objectsRequest#headers
// creates, if not exist, or appends to an existing header headers.append('x-goog-api-client', 'abc');
new:
Background
🦕