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
Does https://clojars.org/api/artifacts/clj-kondo/clj-kondo/ give you what you need?
it includes latest_release
yes. thanks!
My pleasure!
You can see all of the API endpoints listed here: https://github.com/clojars/clojars-web/wiki/Data
https://github.com/clj-kondo/clj-kondo.lsp/blob/b121c27a42b77c73d3f44f30d6f221bfc6b72925/bb.edn#L9
oh that's really helpful, thanks
Good deal!