Struct toornament::Toornament [] [src]

pub struct Toornament { /* fields omitted */ }

Main structure. Should be your point of start using the service. This struct covers all the toornament API.

Methods

impl Toornament
[src]

Creates new Toornament object with client credentials which is your user API_Token, application's client id and secret. You may obtain application's credentials here (You must be logged in to open the page). This method connects to the toornament service and if there is a error it returns the Error object and on success it returns Toornament object.

Trait Implementations

impl Debug for Toornament
[src]

Formats the value using the given formatter.