digitalocean 0.0.2

A crate for accessing and interacting with the DigitalOcean API.
Documentation
1
2
3
/// Later we can make a different client and implement it as a feature.
mod reqwest;
pub use self::reqwest::Client;