Skip to content

Player "officialImageSrc" should default to https #94

@danielmahon

Description

@danielmahon

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",
                                ...
			},
		},
		...
	]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions