Open
Description
I fired up a bare repl, required silk
and silk.serve
and pasted this example from the README:
(def api-routes
(silk/routes {:api-data [["api"] {"limit" (silk/? (silk/int :limit) {:limit 100})
"offset" (silk/? (silk/int :offset) {:offset 0})} (serve/POST)]}))
and the result is:
clojure.lang.Compiler$CompilerException: java.lang.AbstractMethodError, compiling:(boot.user4378993532146088720.clj:3:87)
java.lang.AbstractMethodError:
any thoughts on why I'm seeing this?
Metadata
Metadata
Assignees
Labels
No labels