clj-zendesk
clj-zendesk copied to clipboard
Zendesk REST API client for Clojure
when you try to use the project it now complains that clj-http.headers can't be found. This was fixed in the latest version of clj-http so bumping the version in project.clj...
Hi @atroche, how can I do for get the ID from a particular user by his EMAIL address?
Hi @atroche, how can I do for get all tickets from a particular user?
Hey @atroche! Great library and very pleasant to use. Unfortunately it didn't have the update function, so I decided to add one by myself (for now just updating singular resource,...