challonge-rs

December 5, 2023 ยท View on GitHub

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.

Contents

  1. 1Usage
  2. 2Documentation
  3. 3Features
  4. 4Examples