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",
...
},
},
...
]
}
Not a high priority of course but thought I would create the issue. The
officialImageSrcproperty returned from theplayerobject on theplayersendpoint (and any other endpoint it exists on) should probably default tohttpsas thestatic.nfl.comAPI seems to support it.Example