-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Not a high priority of course but thought I would create the issue. The officialImageSrc property returned from the player object on the players endpoint (and any other endpoint it exists on) should probably default to https as the static.nfl.com API seems to support it.
Example
{
lastUpdatedOn: "2018-07-23T13:52:46.361Z",
{
player: {
id: 8281,
firstName: "B.J.",
// This should default to the https protocol
officialImageSrc: "http://static.nfl.com/static/content/public/static/img/fantasy/transparent/200x200/DAN454194.png",
...
},
},
...
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels