Liking cljdoc? Tell your friends :D

burningswell.services.flickr


clientclj

(client {:keys [api-key client-id client-secret] :as opts})

Returns a Flickr client using api-key.

Returns a Flickr client using `api-key`.
raw docstring

licensesclj

The Flickr license types.

The Flickr license types.
raw docstring

photo-infoclj

(photo-info service photo-id & [opts])

Return information about a photo.

Return information about a photo.
raw docstring

photo-sizesclj

(photo-sizes service photo-id & [opts])

Request a image sizes of photo-id.

Request a image sizes of `photo-id`.
raw docstring

photo-urlclj

(photo-url photo & [size])

Returns the Flickr URL of photo.

Returns the Flickr URL of `photo`.
raw docstring

requestclj

(request service method params)

Send a Flickr request.

Send a Flickr request.
raw docstring

save-photo!clj

(save-photo! db photo)

Save the photo to db.

Save the `photo` to `db`.
raw docstring

save-photo-sizes!clj

(save-photo-sizes! db photo sizes)

Save the sizes of photo to db.

Save the `sizes` of `photo` to `db`.
raw docstring

save-user-info!clj

(save-user-info! db user-info)

Save the user-info to db.

Save the `user-info` to `db`.
raw docstring

search-photosclj

(search-photos service opts)

Request a list of photos matching some criteria.

Request a list of photos matching some criteria.
raw docstring

user-infoclj

(user-info service user-id & [opts])

Return information about a user.

Return information about a user.
raw docstring

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

× close