libedgegrid 0.1.1

This library implements an Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Rust
1
2
3
4
5
6
#[derive(Debug, Serialize)]
pub struct AlertPostData {
    status: String,
    #[serde(rename="cpCodes")]
    cp_codes: Option<String>,
}