Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get team members (resolves #23) #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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