lol-esports-api

Crates.iolol-esports-api
lib.rslol-esports-api
version0.1.0
sourcesrc
created_at2023-02-20 07:06:22.391794
updated_at2023-04-29 16:44:27.438295
descriptionLeague of Legends Esports API
homepage
repository
max_upload_size
id789540
size46,435
Tom McKernan (mckernant1)

documentation

README

Rust API client for lol-esports-api

League of Legends Esports API

Overview

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.

  • API version: 0.1.0
  • Package version: 0.1.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put 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" }

Documentation for API Endpoints

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} |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

Commit count: 0

cargo fmt