urlshortener-rs

MIT licensed

http://toornament.com api bindings.

Status

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

Implementations

Usage

Start 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());

License

This project is licensed under the MIT license.