peridot icon indicating copy to clipboard operation
peridot copied to clipboard

Support nested params

Open xeqi opened this issue 12 years ago • 1 comments

It would be nice to be able to use nested params. Example:

(request state "/" :params {:user {:name "someone" :address {:line1 "somewhere"} :hobbies ["computers" "raising elephants"]}})

This needs a test for the transformations to "user[name]=someone" and a test that a nested file causes a multipart body to be sent.

xeqi avatar Mar 23 '12 13:03 xeqi

I see this issue was created a long time ago. Could you point me to a workaround for using nested params along with peridot ?

prateekbhatt avatar Jan 08 '16 11:01 prateekbhatt