grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

multipart/fom-data complex field names #41

Open Jonlee2001 opened 9 years ago

Jonlee2001 commented 9 years ago

Hi,

I'm trying to call an API (mailgun) which requires the use of "complex" field names when sending post requests - i.e. "v:my-custom-data". There seems to be no way to specify "complex" field names without groovy/grails interpreting them as constant expression rather than a variable expression.

Is there a way to do this? or is it not supported?

Jon

echarp commented 8 years ago

+1