retrieveByUsername

suspend fun retrieveByUsername(username: String): Profile?

Fetches a Gravatar profile for the given username. This method throws any exception that occurs during the execution.

Return

The fetched profile or null if profile not found

Parameters

username

The username to fetch the profile for