pseudonym117 / Riot-Watcher

Simple Python wrapper for the Riot Games API for League of Legends
MIT License
531 stars 150 forks source link

Fix documentation on match id #205

Closed bangingheads closed 2 years ago

bangingheads commented 2 years ago

match id should be a string not a long in docs in v5

codecov[bot] commented 2 years ago

Codecov Report

Merging #205 (ec6b826) into master (d15cefb) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files          86       86           
  Lines        1043     1043           
  Branches      160      160           
=======================================
  Hits          977      977           
  Misses         43       43           
  Partials       23       23           
Impacted Files Coverage Δ
.../riotwatcher/_apis/league_of_legends/MatchApiV5.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d15cefb...ec6b826. Read the comment docs.