Liking cljdoc? Tell your friends :D

oauth.etsy


*oauth-access-token-url*clj

source

*oauth-authorization-url*clj

source

*oauth-request-token-url*clj

source

oauth-access-tokenclj

(oauth-access-token oauth-consumer-key
                    oauth-consumer-secret
                    oauth-token
                    oauth-token-secret
                    oauth-verifier)

Obtain the OAuth access token from Etsy.

Obtain the OAuth access token from Etsy.
sourceraw docstring

oauth-authorizeclj

(oauth-authorize)

Sends the user to Etsy's authorization endpoint.

Sends the user to Etsy's authorization endpoint.
sourceraw docstring

oauth-clientclj

(oauth-client oauth-consumer-key
              oauth-consumer-secret
              oauth-token
              oauth-token-secret)

Returns a OAuth Etsy client.

Returns a OAuth Etsy client.
sourceraw docstring

oauth-request-tokenclj

(oauth-request-token oauth-consumer-key
                     oauth-consumer-secret
                     oauth-callback
                     scope)

Obtain a OAuth request token from Etsy to request user authorization.

Obtain a OAuth request token from Etsy to request user authorization.
sourceraw docstring

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

× close