(avatar service email)
Returns the Gravatar avatar as a byte array.
Returns the Gravatar avatar as a byte array.
(avatar-url service email)
Returns the Gravatar avatar url for email
.
Returns the Gravatar avatar url for `email`.
(email-hash {:keys [address] :as email})
Returns the Gravatar hash code for email
.
Returns the Gravatar hash code for `email`.
(exists? service email)
Returns true if the Gravatar profile for email
exists, otherwise false.
Returns true if the Gravatar profile for `email` exists, otherwise false.
(profile service email & [opts])
Returns the Gravatar profile for email
.
Returns the Gravatar profile for `email`.
(profile-url service email)
Returns the Gravatar profile url for email
.
Returns the Gravatar profile url for `email`.
(service & [opts])
(-profile service user opts)
(synchronize-user! {:keys [db] :as service} user & [opts])
Synchronize the Gravatar information for user
.
Synchronize the Gravatar information for `user`.
(test & [opts])
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close