ilert-rust

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