Crate challonge[][src]

Expand description

Client library for the Challonge REST API.

Log in to Challonge with Challonge::new. Call API methods to interact with the service.

For Challonge API documentation look here.

For examples, see the examples directory in the source tree.

Re-exports

pub use attachments::Attachment;
pub use attachments::AttachmentCreate;
pub use attachments::AttachmentId;
pub use attachments::Index as AttachmentIndex;
pub use matches::Index as MatchIndex;
pub use matches::Match;
pub use matches::MatchId;
pub use matches::MatchScore;
pub use matches::MatchScores;
pub use matches::MatchState;
pub use matches::MatchUpdate;
pub use participants::Index as ParticipantIndex;
pub use participants::Participant;
pub use participants::ParticipantCreate;
pub use participants::ParticipantId;
pub use tournament::Index as TournamentIndex;
pub use tournament::Tournament;
pub use tournament::TournamentCreate;
pub use tournament::TournamentId;
pub use tournament::TournamentIncludes;
pub use tournament::TournamentState;
pub use tournament::TournamentType;

Modules

Challonge Attachment type.

Challonge REST API error type.

Challonge Match type.

Challonge Participant type.

Challonge Tournament type.

Structs

Client for the Challonge REST API.