File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.0
4+
5+ - Revise the ` with-fake-github ` macro to support all the options of the underlying ` with-fake-http ` macro
6+
37## 0.7.1
48
59- Fix decoding bug introduced in 0.7.0
Original file line number Diff line number Diff line change 11# clj-github
22
3+ [ ![ Clojars Project] ( https://img.shields.io/clojars/v/dev.nubank/clj-github.svg )] ( https://clojars.org/dev.nubank/clj-github )
4+ [ ![ cljdoc badge] ( https://cljdoc.org/badge/dev.nubank/clj-github )] ( https://cljdoc.org/d/dev.nubank/clj-github )
5+
36A Clojure library for interacting with the GitHub REST API.
47
58## Httpkit client
69
7-
810* Example* :
911``` clojure
1012(require '[clj-github.httpkit-client :as github-client])
Original file line number Diff line number Diff line change 1- (defproject dev.nubank /clj-github " 0.7.1 "
1+ (defproject dev.nubank /clj-github " 0.8.0 "
22 :description " A Clojure library for interacting with the github developer API"
33 :url " https://github.com/nubank/clj-github"
44 :license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
You can’t perform that action at this time.
0 commit comments