clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
borkdude 2021-04-21T16:11:21.011900Z

Can I query clojars via HTTP for the most recent release of a library? I specifically need to know for https://clojars.org/clj-kondo/clj-kondo

2021-04-21T16:13:14.012100Z

Does https://clojars.org/api/artifacts/clj-kondo/clj-kondo/ give you what you need?

2021-04-21T16:13:30.012300Z

it includes latest_release

borkdude 2021-04-21T16:15:03.012500Z

yes. thanks!

2021-04-21T16:15:13.012700Z

My pleasure!

2021-04-21T16:15:45.012900Z

You can see all of the API endpoints listed here: https://github.com/clojars/clojars-web/wiki/Data

borkdude 2021-04-21T16:17:10.013500Z

oh that's really helpful, thanks

2021-04-21T16:17:32.013700Z

Good deal!