-
Notifications
You must be signed in to change notification settings - Fork 439
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 support to BigQuery and improve Translate basePath support. #2241
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2241 +/- ##
============================================
+ Coverage 92.6% 92.61% +<.01%
- Complexity 4452 4455 +3
============================================
Files 307 307
Lines 13273 13282 +9
============================================
+ Hits 12292 12301 +9
Misses 981 981
Continue to review full report at Codecov.
|
BigQuery/src/Connection/Rest.php
Outdated
)); | ||
|
||
$this->apiEndpoint = $config['apiEndpoint']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be using the end point returned from getApiEndpoint
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, done!
No description provided.