Crate challonge

Source
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§

attachments
Challonge Attachment type.
error
Challonge REST API error type.
matches
Challonge Match type.
participants
Challonge Participant type.
tournament
Challonge Tournament type.

Structs§

Challonge
Client for the Challonge REST API.