feat(v2): add LBA snapshot extractor and command
This commit is contained in:
32
tests/fixtures/lba/lba_players_stats.json
vendored
Normal file
32
tests/fixtures/lba/lba_players_stats.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"player": {
|
||||
"id": "p-001",
|
||||
"name": "Marco Rossi",
|
||||
"first_name": "Marco",
|
||||
"last_name": "Rossi",
|
||||
"birth_date": "2000-01-05",
|
||||
"nationality": "IT",
|
||||
"height_cm": 190,
|
||||
"weight_kg": 84,
|
||||
"position": "PG"
|
||||
},
|
||||
"team": {
|
||||
"id": "team-virtus-bologna",
|
||||
"name": "Virtus Bologna"
|
||||
},
|
||||
"gp": 20,
|
||||
"mpg": 28.3,
|
||||
"ppg": 15.8,
|
||||
"rpg": 3.4,
|
||||
"apg": 5.9,
|
||||
"spg": 1.4,
|
||||
"bpg": 0.2,
|
||||
"tov": 2.1,
|
||||
"fg_pct": 47.6,
|
||||
"three_pct": 36.5,
|
||||
"ft_pct": 84.2
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user