rhgrant10 / berserk

Python client for the lichess API
https://berserk.readthedocs.io
Other
141 stars 36 forks source link

Fix get team members (resolves #23) #29

Open dignissimus opened 3 years ago

dignissimus commented 3 years ago

Previously the API returned a 404 error since the URL was incorrect, the correct url is given by the Lichess API documentation. (https://lichess.org/api#operation/teamIdUsers)

Resolves #23

codecov-io commented 3 years ago

Codecov Report

Merging #29 (c62c1bb) into master (1b000a4) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   70.04%   70.04%           
=======================================
  Files           8        8           
  Lines         671      671           
=======================================
  Hits          470      470           
  Misses        201      201           
Impacted Files Coverage Δ
berserk/clients.py 33.70% <0.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 1b000a4...c62c1bb. Read the comment docs.