clevercloud_sdk/v2/
mod.rs

1//! # Api version 2 module
2//!
3//! This module expose resources under the version 2 of the Clever-Cloud Api.
4
5pub mod addon;
6pub mod myself;
7pub mod plan;