grails-plugins/grails-rest-client-builder

multipart/fom-data complex field names

Opened this issue · 1 comments

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

+1