Registry / cloud / google-apis-common

google-apis-common

JSON →
library8.0.0rscratesunverified

Shared functionality among the google-api crates.

# Cargo.toml [dependencies] google-apis-common = "8.0.0"
INSTALL
IMPORT
SIG · GOOGLE-APIS-COMMON
G
google-apis-common
cloudrustv8.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use google_apis_common::Client;

Create a Google API client with an API key.

use google_apis_common::Client; let client = Client::new("your-api-key"); // Use client to make API calls
Debug
Known issues
gotchaRequires specific Google API crate (e.g., google-drive3) for actual endpoints.
fix
Add the appropriate google-* crate for the service you need.
affects: >=1.0
Upgrade
Version history
8.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
google-apis-common — cargo add google-apis-common · libregistry