Expand description
Implementation code common to the QCS OpenAPI and gRPC clients.
You probably don’t need to use this directly, as the clients should expose anything you might need.
§Features
tracing: enablestracingsupport inClientConfiguration.tracing-config: enables [TracingConfiguration] support for enabling/disabling traces per-URL. Requires thetracingfeature.python: enables Python bindings for the client.
Re-exports§
pub use configuration::ClientConfiguration;
Modules§
- backoff
- Exponential backoff for use with QCS.
- configuration
- By default, all settings are loaded from files located under your home directory in the
.qcsfolder. Within that folder: - errors
- Exception hierarchy exported to the
qcs_api_client_commonPython package.