The NBA_API currently provides player data without including their potential rating.
The API should be extended to include a potential field for each player, allowing clients to access both the player's current rating and their potential for future development.
Requirements
Add the potential field to the player model/dataset.
Include the potential field in the responses of all endpoints that expose player data.
Keep all existing fields and data unchanged.
Ensure the potential value is correctly populated for all players where the data is available.
Define consistent handling for players without an available potential value.
The NBA_API currently provides player data without including their potential rating.
The API should be extended to include a potential field for each player, allowing clients to access both the player's current rating and their potential for future development.
Requirements
Add the potential field to the player model/dataset.
Include the potential field in the responses of all endpoints that expose player data.
Keep all existing fields and data unchanged.
Ensure the potential value is correctly populated for all players where the data is available.
Define consistent handling for players without an available potential value.