fetchByUsername

suspend fun fetchByUsername(username: String): Result<Profile, ErrorType>

Fetches a Gravatar profile for the given username.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for