Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add basic typescript sample and emit additional types #2561

Merged
merged 4 commits into from
Mar 24, 2021

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Mar 24, 2021

This pulls in the latest googleapis-common, which directly exports the gaxios types asked for in #2367. It also uses this as a chance to improve the docs, and add a TypeScript specific sample which was asked for in #2453.

Fixes #2453
Fixes #2367

@JustinBeckwith JustinBeckwith requested a review from a team as a code owner March 24, 2021 04:28
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Mar 24, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 24, 2021
@JustinBeckwith JustinBeckwith added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 24, 2021
@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #2561 (5f49544) into master (084e3e2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2561   +/-   ##
=======================================
  Coverage   82.66%   82.66%           
=======================================
  Files          11       11           
  Lines        1846     1846           
  Branches      123      103   -20     
=======================================
  Hits         1526     1526           
  Misses        320      320           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 084e3e2...5f49544. Read the comment docs.

@JustinBeckwith JustinBeckwith removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 24, 2021
@JustinBeckwith JustinBeckwith changed the title docs: add basic typescript sample fix: add basic typescript sample and emit additional types Mar 24, 2021
@JustinBeckwith JustinBeckwith merged commit ed0e1ab into master Mar 24, 2021
@JustinBeckwith JustinBeckwith deleted the tippytypes branch March 24, 2021 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add typescript samples Export error types, improve error documentation for TypeScript
2 participants