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

Feature Request: Support for displayName #203

Closed
MAGICCC opened this issue Jan 22, 2025 · 2 comments
Closed

Feature Request: Support for displayName #203

MAGICCC opened this issue Jan 22, 2025 · 2 comments

Comments

@MAGICCC
Copy link

MAGICCC commented Jan 22, 2025

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"
}
@vasqued2
Copy link
Owner

I will try to include in next release.

@vasqued2
Copy link
Owner

Included in v0.14.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants