Liking cljdoc? Tell your friends :D

etsy.api.user


find-all-usersclj

(find-all-users & {:keys [keywords limit offset page] :as params})

Finds all Users whose name or username match the keywords parameter.

Finds all Users whose name or username match the keywords parameter.
raw docstring

get-userclj

(get-user user-id & {:keys [fields] :as params})

Retrieves a User by id. Use SELF to retrieve the user associated with the OAuth credentials

Retrieves a User by id. Use __SELF__ to retrieve the user associated with the OAuth credentials
raw docstring

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

× close