ak-gupta / nbaspa

Survival-analysis powered NBA player impact ratings
https://nbaspa.readthedocs.io
MIT License
2 stars 0 forks source link

Adding endpoints for pulling team rosters and player info #30

Closed ak-gupta closed 3 years ago

ak-gupta commented 3 years ago

In this PR, I've expanded some of the team & player metadata information to help with the nbaspa web app

codecov-commenter commented 3 years ago

Codecov Report

Merging #30 (54d18c5) into develop (2a26e97) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #30      +/-   ##
===========================================
+ Coverage    86.48%   86.64%   +0.15%     
===========================================
  Files           51       51              
  Lines         2102     2126      +24     
===========================================
+ Hits          1818     1842      +24     
  Misses         284      284              
Impacted Files Coverage Δ
nbaspa/data/endpoints/__init__.py 100.00% <100.00%> (ø)
nbaspa/data/endpoints/player.py 97.77% <100.00%> (+0.71%) :arrow_up:
nbaspa/data/endpoints/team.py 100.00% <100.00%> (ø)
nbaspa/data/scripts/download.py 98.43% <100.00%> (+0.05%) :arrow_up:

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 2a26e97...54d18c5. Read the comment docs.