(client {:keys [api-key client-id client-secret]})
Returns a Flickr client using api-key
.
Returns a Flickr client using `api-key`.
(photo-info flickr-client photo & [opts])
Return information about a photo.
Return information about a photo.
(photo-url photo & [size])
Returns the Flickr URL of photo
.
Returns the Flickr URL of `photo`.
(search flickr-client opts)
Request a list of photos matching some criteria.
Request a list of photos matching some criteria.
(sizes flickr-client photo-id & [opts])
Request a image sizes of photo-id
.
Request a image sizes of `photo-id`.
(user-info flickr-client user-id & [opts])
Return information about a user.
Return information about a user.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close