Liking cljdoc? Tell your friends :D

etsy.core


*oauth-secret*clj


*oauth-token*clj


consumerclj


make-clientclj

(make-client consumer-key
             consumer-secret
             &
             {:keys [throttled?] :or {throttled? false}})

make-consumerclj

(make-consumer key secret)

with-usercljmacro

(with-user oauth-token oauth-secret & body)

Sets the user OAuth access token for write access and for accessing private user data.

Sets the user OAuth access token for write access and for accessing private user data.
raw docstring

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

× close