Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T17:25:38.000Z (11 months ago)
- Last Synced: 2024-05-15T19:02:46.497Z (6 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
- 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
[![Crates badge](https://img.shields.io/crates/v/challonge.svg)](https://crates.io/crates/challonge)
[![CI](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml)
[![Documentation](https://docs.rs/challonge/badge.svg)](https://docs.rs/challonge)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./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.