https://github.com/vityafx/challonge-rs
Challonge REST API Client
https://github.com/vityafx/challonge-rs
challonge rust
Last synced: 3 months ago
JSON representation
Challonge REST API Client
- Host: GitHub
- URL: https://github.com/vityafx/challonge-rs
- Owner: iddm
- License: mit
- Created: 2016-07-01T13:53:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T17:25:38.000Z (almost 2 years ago)
- Last Synced: 2025-07-15T14:27:25.863Z (3 months ago)
- Topics: challonge, rust
- Language: Rust
- Size: 8.62 MB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-rust-zh - vityafx/challonge-rs - Challonge REST API 的客户端库。帮助组织比赛。[<img src="https://api.travis-ci.org/vityafx/challonge-rs.svg?branch=master">](https://travis-ci.org/vityafx/challonge-rs) (库 / 游戏开发)
- awesome-rust - vityafx/challonge-rs - ci.org/vityafx/challonge-rs.svg?branch=master">](https://travis-ci.org/vityafx/challonge-rs) (库 Libraries / 游戏开发 Game development)
- awesome-rust-cn - vityafx/challonge-rs - ci.org/vityafx/challonge-rs.svg?branch=master">](https://travis-ci.org/vityafx/challonge-rs) (Libraries / Game development)
- awesome-rust - vityafx/challonge-rs - ci.org/vityafx/challonge-rs.svg?branch=master">](https://travis-ci.org/vityafx/challonge-rs) (Libraries / Game development)
README
# challonge-rs
[](https://crates.io/crates/challonge)
[](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml)
[](https://docs.rs/challonge)
[](./LICENSE)Client library for the [Challonge](https://challonge.com) REST API.
## Usage
1. Log in to Challonge with `Challonge::new`.
2. Call API methods to interact with the service.## Documentation
[Challonge API documentation](http://api.challonge.com/ru/v1/documents).## Features
- `default` - uses `rustls` backend for `reqwest`.
- `default-tls` - uses `default-tls` backend for `reqwest`.## Examples
See the `examples` directory in the source tree.