lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

Allow building `Client` from `Authenticator` #77

Closed henriiik closed 3 months ago

henriiik commented 3 months ago

Hello!

This PR makes it possible to use the ClientBuilder to build a Client with an Authenticator.

Currently it is possible to create a Client with a custom Authenticator with Client::from_authenticator, but then you cannot set the base_url.

lquerel commented 3 months ago

Sorry for the delay. I'm very busy these days, but I will find some time this week to review and possibly merge this contribution.

lquerel commented 3 months ago

version 0.18.1 published on crates.io

henriiik commented 3 months ago

Thank you!