libedgegrid 0.1.0

This library implements an Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Rust
1
2
3
4
5
6
7
8
9
10
11
12
#[derive(Clone, Debug, Serialize)]
pub struct PurgeArls {
    objects: Vec<String>
}

#[derive(Clone, Debug, Serialize)]
pub struct PurgeCPCodes {
    objects: Vec<usize>,
    action: String,
    #[serde(rename="type")]
    purge_type: String,
}