lambdaisland / open-source

A collection of Clojure/ClojureScript tools and libraries
44 stars 5 forks source link

Add issues support. #4

Closed alysbrooks closed 3 years ago

alysbrooks commented 3 years ago

Add further functions for retrieving GitHub issues.

plexus commented 3 years ago

Cool!Are you thinking of some kind of dashboard, or will you just use this from the REPL?

alysbrooks commented 3 years ago

I was mostly thinking of using it from the REPL for now or from little scripts, but a dashboard would be cool. Babashka has support for org.httpkit.server, so maybe a small GitHub dashboard would be a good way to try it out (ala this example).