This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-22
Channels
- # announcements (2)
- # babashka (18)
- # beginners (87)
- # calva (22)
- # chlorine-clover (5)
- # cider (11)
- # clj-kondo (10)
- # clojure (71)
- # clojure-austin (1)
- # clojure-norway (6)
- # clojure-uk (13)
- # clojurescript (3)
- # core-async (10)
- # data-science (17)
- # datascript (1)
- # datomic (22)
- # emacs (10)
- # fulcro (32)
- # hoplon (8)
- # jobs-discuss (2)
- # malli (5)
- # meander (5)
- # nrepl (35)
- # off-topic (8)
- # pathom (38)
- # planck (21)
- # re-frame (10)
- # reagent (17)
- # reitit (7)
- # shadow-cljs (26)
- # tools-deps (3)
- # xtdb (7)
sorry for the late response @johan178, this was the solution:
["/swagger.json" {:get {:no-doc true
:swagger {:info {:title "tracking-contratacao API"
:version "1.0.0"
:description "API destinada ao tracking da esteira de contracação"}
:basePath "/"}
:handler (swagger/create-swagger-handler)}}]
I think this basePath is only to documentation purposes👍 4
@ikitommi how are you? I found the problem with the decimal parsing that we discussed sometime ago. It was working in :form
params but not as :body
param. After a nice tour in reitit internals I tracked down the issue to spec-tools
again. I opened a PR with a proposed solution: https://github.com/metosin/spec-tools/pull/217
Anyone know why I might be getting a IllegalArgumentException here? https://pastebin.com/8Pzk8rNT