toornament 0.3.0

Library for Toornament.com the eSports platform
Documentation

urlshortener-rs

MIT licensed

http://toornament.com api bindings.

Status

Not all endpoints are implemented but it will happen very soon.

Implementations

  • No unsafe blocks (but in the tests:))
  • reqwest crate is used for performing requests

Usage

Start by creating Toornament instance and perform needed operations after.

let t = Toornament::with_application("API_TOKEN", "CLIENT_ID", "CLIENT_SECRET").unwrap();
assert!(t.disciplines(None).is_ok());

License

This project is licensed under the MIT license.