{"id":13637156,"url":"https://github.com/iddm/toornament-rs","last_synced_at":"2025-05-14T18:32:19.392Z","repository":{"id":52422368,"uuid":"93064474","full_name":"iddm/toornament-rs","owner":"iddm","description":"A rust library for toornament.com service","archived":false,"fork":false,"pushed_at":"2024-03-20T22:44:18.000Z","size":679,"stargazers_count":3,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-11T18:06:13.584Z","etag":null,"topics":["api","rust","toornament","tournament"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iddm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"iddm"}},"created_at":"2017-06-01T14:12:28.000Z","updated_at":"2025-01-27T12:08:01.000Z","dependencies_parsed_at":"2023-12-10T20:20:23.786Z","dependency_job_id":"d9d31366-ba01-48ad-9645-e7ea1fe7bd80","html_url":"https://github.com/iddm/toornament-rs","commit_stats":null,"previous_names":["iddm/toornament-rs","vityafx/toornament-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Ftoornament-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Ftoornament-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Ftoornament-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Ftoornament-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iddm","download_url":"https://codeload.github.com/iddm/toornament-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253609633,"owners_count":21935560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","rust","toornament","tournament"],"created_at":"2024-08-02T00:01:11.458Z","updated_at":"2025-05-14T18:32:18.788Z","avatar_url":"https://github.com/iddm.png","language":"Rust","funding_links":["https://github.com/sponsors/iddm"],"categories":["Libraries"],"sub_categories":["Game development"],"readme":"# toornament-rs\n[![CI](https://github.com/iddm/toornament-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/toornament-rs/actions/workflows/ci.yml)\n[![Crates](https://img.shields.io/crates/v/toornament.svg)](https://crates.io/crates/toornament)\n[![Docs](https://docs.rs/toornament/badge.svg)](https://docs.rs/toornament)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\nhttp://toornament.com api bindings.\n\n## Status\nUpdating to the API version 2 is in progress.\n\n## How to use\nThere is a [book](https://iddm.github.io/toornament-rs) and the\n[documentation](https://docs.rs/toornament) which may help you using this library.\n\n## Implementation\n- Immutable interface, no need to synchronize, thread-safe.\n- No unsafe blocks.\n- No unwraps (except the tests).\n- `reqwest` crate is used for performing requests.\n\n## Usage\nStart by creating `Toornament` instance and perform needed operations after.\n\n```rust,no_run\nextern crate toornament;\nuse toornament::*;\n\nfn main() {\n    let t = Toornament::with_application(\"API_TOKEN\", \"CLIENT_ID\", \"CLIENT_SECRET\")\n                       .unwrap();\n    assert!(t.disciplines(None).is_ok());\n}\n```\n\nMore examples are in the [`examples/` subdirectory](./examples/).\n\n## License\nThis project is [licensed under the MIT license](https://github.com/iddm/toornament-rs/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddm%2Ftoornament-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiddm%2Ftoornament-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddm%2Ftoornament-rs/lists"}