request array
Posted: Sat Mar 22, 2014 7:02 pm
by casey palmer
I am trying to send a Post request array to Mandrill app to send email and I am testing the service and setting up the request. I am having trouble to find out exactly how to map the request array in the REST Service. Please see screen shot attached and let me know if this correct. Also can you point me to your docs about this, have not been able to find exactly what I need.
request array
Posted: Sat Mar 22, 2014 7:39 pm
by Illya Stepanov
Hi Casey -
In Appery.io you can send data as an object only. You can't send data as an array from standard REST service, but you can create Generic service (here is more information https://getsatisfaction.com/apperyio/...). Using that service you can send any data with any format.