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

Implement new FanGraphs Leaderboard API #398

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 23, 2024

  1. Add new FanGraphs leaderboard API for FG functions

    * Using `requests.get` to get api response data directly rather than data crawling
    * Some columns' response data format change so need to adjust them
    ss77995ss committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0f39311 View commit details
    Browse the repository at this point in the history
  2. Add legacy flag for fangraphs datasource to switch between two version

    * Let users can select which datasource they want to use
    * Add `legacy=True` to get data from legacy leaderboard
    ss77995ss committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7205275 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec9e2bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ab4cf9 View commit details
    Browse the repository at this point in the history