Liking cljdoc? Tell your friends :D

burningswell.streams.users.profile-photos


configclj

(config & [opts])

gravatar-photosclj

(gravatar-photos {:keys [db gravatar photos] :as env} event)

Save the Gravatar profile photos for a create user event.

Save the Gravatar profile photos for a create user `event`.
raw docstring

make-topologyclj

(make-topology {:keys [gravatar] :as env})

oauth-provider-photosclj

(oauth-provider-photos {:keys [db photos] :as env} {:keys [provider] :as event})

Returns the profile photos from an OAuth callback event.

Returns the profile photos from an OAuth callback event.
raw docstring

profile-photo-urlscljmultimethod

Returns the profile photo urls from an OAuth callback event.

Returns the profile photo urls from an OAuth callback event.
raw docstring

profile-photosclj

(profile-photos & [opts])

save-profile-photo!clj

(save-profile-photo! {:keys [db photos] :as env} photo)

Save the profile photo to the database.

Save the profile `photo` to the database.
raw docstring

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

× close