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

feat!: add apiEndpoint property to service config #427

Merged
merged 2 commits into from
May 23, 2019
Merged

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented May 23, 2019

BREAKING CHANGE: This adds the apiEndpoint property as a required field for the ServiceConfig, and makes it a public property on the Service class. This is being added to broadly support apiEndpoint overrides.

See googleapis/nodejs-bigquery#455 to see how this would be used.

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

codecov bot commented May 23, 2019

Codecov Report

Merging #427 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #427      +/-   ##
========================================
+ Coverage      98%    98%   +<.01%     
========================================
  Files           5      5              
  Lines         401    402       +1     
  Branches       99     99              
========================================
+ Hits          393    394       +1     
  Misses          3      3              
  Partials        5      5
Impacted Files Coverage Δ
src/service.ts 96.36% <100%> (+0.06%) ⬆️

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 3f9801e...e3f699f. Read the comment docs.

Copy link
Contributor

@callmehiphop callmehiphop left a comment

Choose a reason for hiding this comment

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

LGTM, would be nice to see a unit test though.

@JustinBeckwith JustinBeckwith changed the title feat: add apiEndpoint property to service config feat!: add apiEndpoint property to service config May 23, 2019
@JustinBeckwith JustinBeckwith merged commit c063df8 into master May 23, 2019
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants