KnutZuidema / golio

League of Legends, Legends of Runeterra and Valorant API client library for Go
MIT License
73 stars 29 forks source link

feat: methods for access to static data #22

Closed KnutZuidema closed 4 years ago

KnutZuidema commented 4 years ago

Riot provides static data, like queue ID mappings. This adds a client with methods to access those endpoints and cache their results

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #22   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      8    +1     
  Lines         711    806   +95     
=====================================
+ Hits          711    806   +95
Impacted Files Coverage Δ
golio.go 100% <100%> (ø) :arrow_up:
api/static_data.go 100% <100%> (ø)

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 62783cc...73d6002. Read the comment docs.