package services
Provides implementations of the services.
- Alphabetic
- By Inheritance
- services
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class GravatarService extends AvatarService with api.Logger with ExecutionContextProvider
Retrieves avatar URLs from the Gravatar service.
- case class GravatarServiceSettings(secure: Boolean = true, params: Map[String, String] = Map("d" -> "404")) extends Product with Serializable
The gravatar service settings object.
The gravatar service settings object.
- secure
Indicates if the secure or insecure URL should be used to query the avatar images. Defaults to secure.
- params
A list of params to append to the URL.
- See also
https://en.gravatar.com/site/implement/images/
Value Members
- object GravatarService
The companion object.