Class MatchDownloader

java.lang.Object
io.github.cobas91.util.RiotApiHttpClient
io.github.cobas91.lol.client.MatchDownloader

public class MatchDownloader extends RiotApiHttpClient
  • Constructor Details

  • Method Details

    • getMatchById

      public Match getMatchById(String id)
      Retrieves a match object by its ID.
      Parameters:
      id - the ID of the match to retrieve
      Returns:
      the Match object with the specified ID