fetchByUsername

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

Deprecated

This class is deprecated and will be removed in a future release.

Replace with

com.gravatar.services.ProfileService.retrieveByUsername

Fetches a Gravatar profile for the given username.

Return

The fetched profiles

Parameters

username

The username to fetch the profile for