AvatarImageService

class AvatarImageService @Inject constructor(httpClient: HttpClient) : BlankPageService<AvatarImageRequest, Png, None>

Author

Jordan Abraham

Constructors

Link copied to clipboard
@Inject
constructor(httpClient: HttpClient)

Functions

Link copied to clipboard
suspend fun getRequest(request: AvatarImageRequest): Png

Handles the http GET request to this service if applicable.

Link copied to clipboard
suspend fun postRequest(request: AvatarImageRequest): None

Handles the http POST request to this service if applicable.