Commits


type hint the generated code to avoid a reflection


with-request: take the map instead of a fetch call


improve fetch documentation


set the :redirected? keys on the returned map


fix the various is-* functions


rewrite APIs the old API were a thin layer on top of the java class, this is a beginning to use a more clojure-ish ones.


docs improvements; no functional changes


useless comment


fix macro; wrong syntax switching between elisp and clojure confuses me. CommonLisp, elisp & scheme uses the , for unquote, clojure ignores any comma and uses ~ I end up keep using ~ in elisp and , in clojure D:


improve fetch docs


initial commit