oci-api 0.8.0

OCI (Oracle Cloud Infrastructure) API client for Rust
Documentation
1
2
3
4
5
6
7
//! OCI client module

mod http;
pub(crate) mod request_executor;
pub(crate) mod signer;

pub use http::{AuthMode, Oci, OciBuilder};