cljs-http icon indicating copy to clipboard operation
cljs-http copied to clipboard

More reusable internal API?

Open myguidingstar-zz opened this issue 9 years ago • 2 comments

I'm working on two other versions of cljs-http that work on Nodejs and ArangoDB/Foxx. Of course it's fine to just refer to some vars in cljs-http.client. But do you think it's sensible to make internal API more reusable, given that only several things need to be changed in each version. And since cljs-http internal API work on plain Clojure data structure, most of it can be ported to JVM Clojure seamlessly.

myguidingstar-zz avatar Nov 12 '14 05:11 myguidingstar-zz