Fork me on GitHub
#off-topic
<
2019-09-05
>
Ben11:09:27

Anyone know of a good github enterprise client library for clojure? Is there a better channel for this kind of question?

manutter5111:09:32

Are you talking about a github client for working with Clojure repositories, or a Clojure lib for calling the github API?

Ben11:09:07

A clojure lib for calling the Github API

manutter5111:09:41

Yeah, tentacles is the only one I know of.

Ben11:09:59

Hrm. Thanks. I did take a look at that, but it assumes http://github.com in the documentation. Maybe if I look deeper I can connect to another url...

cvic11:09:01

A Clojure lib that calls the v4 API would be interesting

kszabo11:09:06

you can modify that

kszabo11:09:33

we developed this with it and we use it with github enterprise

Ben11:09:57

Awesome! Thanks, that's really helpful!

kszabo11:09:18

whoops, my memory was hazy. we don’t use tentacles anymore there

kszabo11:09:37

anyway, you can see how github api interactions happen

Ben11:09:22

Yeah, I can dig through that. It's similar to what I'm looking to do.

kszabo11:09:25

we just called the API directly, turns out it’s not that hard