feat(v2): add BCL snapshot extractor and command
This commit is contained in:
32
tests/fixtures/bcl/bcl_players_stats.json
vendored
Normal file
32
tests/fixtures/bcl/bcl_players_stats.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"player": {
|
||||
"id": "bcl-player-42",
|
||||
"name": "John Carter",
|
||||
"first_name": "John",
|
||||
"last_name": "Carter",
|
||||
"birth_date": "1999-07-14",
|
||||
"nationality": "US",
|
||||
"height_cm": 198,
|
||||
"weight_kg": 95,
|
||||
"position": "SF"
|
||||
},
|
||||
"team": {
|
||||
"id": "bcl-team-murcia",
|
||||
"name": "UCAM Murcia"
|
||||
},
|
||||
"gp": 12,
|
||||
"mpg": 29.1,
|
||||
"ppg": 16.4,
|
||||
"rpg": 5.8,
|
||||
"apg": 2.7,
|
||||
"spg": 1.5,
|
||||
"bpg": 0.6,
|
||||
"tov": 2.3,
|
||||
"fg_pct": 48.1,
|
||||
"three_pct": 37.2,
|
||||
"ft_pct": 81.4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user