Liking cljdoc? Tell your friends :D

burningswell.services.gravatar


avatarclj

(avatar service email)

Returns the Gravatar avatar as a byte array.

Returns the Gravatar avatar as a byte array.
raw docstring

avatar-urlclj

(avatar-url service email)

Returns the Gravatar avatar url for email.

Returns the Gravatar avatar url for `email`.
raw docstring

default-configclj

The Gravatar default config.

The Gravatar default config.
raw docstring

email-hashclj

(email-hash {:keys [address] :as email})

Returns the Gravatar hash code for email.

Returns the Gravatar hash code for `email`.
raw docstring

exists?clj

(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.
raw docstring

profileclj

(profile service email & [opts])

Returns the Gravatar profile for email.

Returns the Gravatar profile for `email`.
raw docstring

profile-urlclj

(profile-url service email)

Returns the Gravatar profile url for email.

Returns the Gravatar profile url for `email`.
raw docstring

serviceclj

(service & [opts])

Servicecljprotocol

-profileclj

(-profile service user opts)

synchronize-user!clj

(synchronize-user! {:keys [db] :as service} user & [opts])

Synchronize the Gravatar information for user.

Synchronize the Gravatar information for `user`.
raw docstring

testclj

(test & [opts])

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close