xeqi / peridot

a basic api for interacting with ring apps
144 stars 20 forks source link

Support nested params #1

Open xeqi opened 12 years ago

xeqi commented 12 years ago

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.

prateekbhatt commented 8 years ago

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