Package-level declarations

Types

Link copied to clipboard
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

Link copied to clipboard
interface ErrorType

Error types for Gravatar API requests.

Link copied to clipboard

Exception that will be thrown when an error occurs during Gravatar operations.

Link copied to clipboard
interface GravatarListener<T, E>

Generic Listener for Gravatar API call

Link copied to clipboard
sealed class GravatarResult<T, E>

Class representing the result of a network operation.

Link copied to clipboard

Exception thrown when an HTTP error occurs in a non-cathing method.

Link copied to clipboard
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.