You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, the following attributes are available for use:
team_name
opponent_name
While these attributes provide basic functionality, they lack support for displaying the full name of a team when it is available.
Proposed Enhancement:
Introduce some sort of displayName attribute to allow users to access the full name of teams. This attribute is already available for most teams in the API, making it a logical addition to the current functionality.
Example of the naming of the final attribute could be following:
{
"team_name": "NYG",
"team_name_full": "New York Giants",
"opponent_name": "PHI",
"opponent_name_full": "Philadelphia Eagles"
}
The text was updated successfully, but these errors were encountered:
At present, the following attributes are available for use:
While these attributes provide basic functionality, they lack support for displaying the full name of a team when it is available.
Proposed Enhancement:
Introduce some sort of
displayName
attribute to allow users to access the full name of teams. This attribute is already available for most teams in the API, making it a logical addition to the current functionality.Example of the naming of the final attribute could be following:
The text was updated successfully, but these errors were encountered: