Skip to content

Fix get team members (resolves #23)#29

Open
dignissimus wants to merge 1 commit intorhgrant10:masterfrom
dignissimus:fix-teams-get-members
Open

Fix get team members (resolves #23)#29
dignissimus wants to merge 1 commit intorhgrant10:masterfrom
dignissimus:fix-teams-get-members

Conversation

@dignissimus
Copy link

@dignissimus dignissimus commented Mar 29, 2021

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

client.users.get_by_team(⟨teamName⟩) does not work

2 participants