Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

refactor(deps): use gaxios for HTTP requests instead of axios#593

Merged
JustinBeckwith merged 3 commits intogoogleapis:masterfrom
stephenplusplus:spp--gaxios-conversion
Jan 15, 2019
Merged

refactor(deps): use gaxios for HTTP requests instead of axios#593
JustinBeckwith merged 3 commits intogoogleapis:masterfrom
stephenplusplus:spp--gaxios-conversion

Conversation

@stephenplusplus
Copy link
Contributor

This switches from Axios to Gaxios. Hopefully nobody notices.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 15, 2019
Copy link
Contributor

@JustinBeckwith JustinBeckwith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THIS IS EXCITING.

access_token: 'initial-access-token',
refresh_token: 'refresh-token-placeholder'
refresh_token: 'refresh-token-placeholder',
expiry_date: (new Date()).getTime() + 500000

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith JustinBeckwith changed the title Convert to Gaxios refactor(deps): use gaxios for HTTP requests instead of axios Jan 15, 2019
@JustinBeckwith JustinBeckwith merged commit 1c014d8 into googleapis:master Jan 15, 2019
@stephenplusplus
Copy link
Contributor Author

Tested with several of the client libs as well. BigQuery, Bigtable, Compute, DNS, Logging, Storage to name a fewveral.

@JustinBeckwith
Copy link
Contributor

And it worked!?

@stephenplusplus
Copy link
Contributor Author

Yep! And the proxy test script I've been using.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants