-
Notifications
You must be signed in to change notification settings - Fork 13
AbstractMethodError from README example #25
Copy link
Copy link
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels