| Crates.io | lol-esports-api |
| lib.rs | lol-esports-api |
| version | 0.2.0 |
| created_at | 2023-02-20 07:06:22.391794+00 |
| updated_at | 2025-01-12 07:59:50.290867+00 |
| description | League of Legends Esports API |
| homepage | |
| repository | |
| max_upload_size | |
| id | 789540 |
| size | 85,737 |
League of Legends Esports API
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named lol-esports-api and add the following to Cargo.toml under [dependencies]:
lol-esports-api = { path = "./lol-esports-api" }
All URIs are relative to https://api.lol-esports.mckernant1.com
| Class | Method | HTTP request | Description |
|---|
DefaultApi | get_league_by_code | GET /leagues/{leagueId} | DefaultApi | get_leagues | GET /leagues | DefaultApi | get_matches_for_tournament | GET /matches/{tournamentId} | DefaultApi | get_most_recent_tournament | GET /most-recent-tournament/{leagueId} | DefaultApi | get_ongoing_tournanments | GET /ongoing-tournaments | DefaultApi | get_players_on_team | GET /players/{teamId} | DefaultApi | get_team_by_code | GET /teams/{teamId} | DefaultApi | get_teams | GET /teams | DefaultApi | get_tournament | GET /tournament/{tournamentId} | DefaultApi | get_tournaments_for_league | GET /tournaments/{leagueId} |
To get access to the crate's generated documentation, use:
cargo doc --open