ilert-rust

The official iLert api bindings.
In action
use ILert;
use ;
let mut client = new.unwrap;
client.auth_via_token.unwrap;
// create a new incident
client
.post
.event
.execute;
// fetch users
let user_result = client
.get
.users
.execute
.unwrap;
// ping a heartbeat
client
.get
.heartbeat
.execute;
Getting help
We are happy to respond to GitHub issues as well.