(client {:keys [api-key client-id client-secret] :as opts})Returns a Flickr client using api-key.
Returns a Flickr client using `api-key`.
(photo-info service photo-id & [opts])Return information about a photo.
Return information about a photo.
(photo-sizes service photo-id & [opts])Request a image sizes of photo-id.
Request a image sizes of `photo-id`.
(photo-url photo & [size])Returns the Flickr URL of photo.
Returns the Flickr URL of `photo`.
(request service method params)Build a Flickr request.
Build a Flickr request.
(save-photo-sizes! db photo sizes)Save the sizes of photo to db.
Save the `sizes` of `photo` to `db`.
(save-user-info! db user-info)Save the user-info to db.
Save the `user-info` to `db`.
(search-photos service opts)Request a list of photos matching some criteria.
Request a list of photos matching some criteria.
(user-info service user-id & [opts])Return information about a user.
Return information about a user.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |