http://toornament.com api bindings.
Not all endpoints are implemented but it will happen very soon.
reqwest
crate is used for performing requestsStart by creating Toornament
instance and perform needed operations after.
rust
let t = Toornament::with_application("API_TOKEN", "CLIENT_ID", "CLIENT_SECRET").unwrap();
assert!(t.disciplines(None).is_ok());
This project is licensed under the MIT license.