google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Alternative constructor for non-TLS, local endpoints #39

Closed perrygeo closed 3 years ago

perrygeo commented 3 years ago

Run a datastore emulator on localhost:8077, then run cargo test to run integration tests without hitting GCP.

To use this in an existing project (even temporarily for testing)

google-cloud = { git = "https://github.com/descarteslabs/google-cloud-rs", branch = 'endpoint', features = ["datastore"] }