Identifying information for individual players being removed from Basketball Stats object?

Issue No. 205

Type

Improvement

Status

Open

Reported By

Ansel Rosenberg

Component

API

Votes

3

Created

5/Apr/15 11:05 PM EDT

Tracking

Sign in to track this issue

Description

I may be interpreting this incorrectly, but on the Basketball Stats object page (https://erikberg.com/api/objects/basketball-stats) it looks like all of the identifying fields for individual player stats are going to be removed eventually. See: * - Only present for player statistics. These fields will be moved out of the basketball stats object eventually. Is this still an eventual goal, and if so is there going to be another way to track individual player stats by game?

Comments

1. Erik Berg 13/Apr/2015 at 11:07 PM EDT

When there is a permanent player_id field, it will supersede some of those fields. If there is still a demand to include first_name, last_name, and display_name fields at that time, we can discuss it. The way I envision this working with a player_id is by using the roster method to load each team's roster into your database, then join on the player_id field when working with box score data.

2. Ansel Rosenberg 14/Apr/2015 at 2:55 PM EDT

Alright, thanks!