berserk icon indicating copy to clipboard operation
berserk copied to clipboard

Fix get team members (resolves #23)

Open dignissimus opened this issue 3 years ago • 1 comments

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

dignissimus avatar Mar 29 '21 20:03 dignissimus

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.

codecov-io avatar Mar 29 '21 20:03 codecov-io