#game #tournament #api #system

challonge

Client library for the Challonge REST API

9 unstable releases

0.5.4 Aug 12, 2021
0.5.3 Aug 12, 2021
0.4.0 Jul 26, 2016
0.3.0 Jul 3, 2016
0.1.0 Jul 1, 2016

#3 in #tournament

Download history 1/week @ 2023-10-14 1/week @ 2023-10-21 19/week @ 2023-10-28 2/week @ 2023-11-04 2/week @ 2023-11-11 11/week @ 2023-11-18 30/week @ 2023-11-25 19/week @ 2023-12-02 1/week @ 2023-12-09 10/week @ 2023-12-16 19/week @ 2023-12-23 10/week @ 2023-12-30 3/week @ 2024-01-13 15/week @ 2024-01-20 38/week @ 2024-01-27

57 downloads per month

MIT license

92KB
2K SLoC

challonge-rs

Crates badge CI Documentation MIT licensed

Client library for the Challonge REST API.

Usage

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

Documentation

Challonge API documentation.

Features

  • default - uses rustls backend for reqwest.
  • default-tls - uses default-tls backend for reqwest.

Examples

See the examples directory in the source tree.


lib.rs:

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.

Dependencies

~5–18MB
~255K SLoC