https://github.com/iddm/challonge-rs
Challonge REST API Client
https://github.com/iddm/challonge-rs
challonge rust
Last synced: 5 months ago
JSON representation
Challonge REST API Client
- Host: GitHub
- URL: https://github.com/iddm/challonge-rs
- Owner: iddm
- License: mit
- Created: 2016-07-01T13:53:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T17:25:38.000Z (over 1 year ago)
- Last Synced: 2024-05-15T19:02:46.497Z (11 months ago)
- Topics: challonge, rust
- Language: Rust
- Size: 8.62 MB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- 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 - iddm/challonge-rs - rs/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml) (Libraries / Game development)
- awesome-rust - iddm/challonge-rs - Client library for the Challonge REST API. Helps to organize tournaments. [](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml) (Libraries / Game development)
- fucking-awesome-rust - iddm/challonge-rs - Client library for the Challonge REST API. Helps to organize tournaments. [](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml) (Libraries / Game development)
- fucking-awesome-rust - iddm/challonge-rs - Client library for the Challonge REST API. Helps to organize tournaments. [](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml) (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.