johanhaleby / stub-http

Client library agnostic way to stub HTTP endpoints in Clojure
MIT License
70 stars 10 forks source link

Remove sources of reflection #9

Closed conormcd closed 5 years ago

conormcd commented 5 years ago

Add some type hints so that code using this library doesn't get reflection warnings if they (set! *warn-on-reflection* true).

johanhaleby commented 5 years ago

Again thanks a lot, very cool! :) Anything else you have in the pipeline or should I make a new release now?

conormcd commented 5 years ago

Nothing more for the moment! Thanks a lot for the library, it has been very easy to work with.

johanhaleby commented 5 years ago

Released version 0.2.7 now. Glad that you find the library useful :)