@ikitommi Wondering if s/map-of
is supported with spec-tools 0.4.0-SNAPSHOT + compojure-api 2.0.0-alpha7? (still getting a class-cast exception when using spec coercion) ?
@mgrbyte I think we need to provide a 100% test suite for all of the specs to make sure everything works. Could you write an issue with a failing spec?
@ikitommi will you be at conj? I'm flying out tomorrow... if you are I'll buy you π» , thanks for your ultra-quick responses and help π
@mgrbyte Would have liked to come, but sadly too busy. Will miss SYNC too, on vacation then. Hopefully there will be another time for the π» π
π π thx again!
Sure, will do
Not which is the right repo for this (compojure-api, ring-swagger, spec-tools) Imagine the last?
spec-tools sounds right.
hmm, should mention that this exception only happens when attempting to render the swagger UI
Hi I have an API endpoint (on 1.1.11) where Iβm sending in a couple top level vars, one is a string the other is an object/map. Not sure how to grab the map βas isβ
:body-params [{mapvar :- >>NOT SURE WHAT GOES HERE<< {}}, stringvar :- String]
@eoliphant s/Any
stands for Anything, {s/Any s/Any}
would Map with any keys & values.
ah
awesome thanks