class

ContributorMural::AvatarSource

Inherits Reference < Object

Seam for avatar retrieval so specs can inject a fake.

Instance methods

fetch(user : ResolvedUser, size : Int32) : Tuple(Bytes, String)

Returns image bytes and content type for the avatar at size px.

Source
url_for(user : ResolvedUser, size : Int32) : String

Stable identity of the request, used as the cache/dedupe key.

Source