Re: Collection argument for service

2016-02-15 Thread Dan Haywood
Hi Kambiz, sorry not to reply sooner. The framework doesn't currently provide any mechanism to plug-in alternative mechanisms for parsing inbound arguments; the REST API supports only the format defined in the Restful Objects spec [1] However, there's nothing to prevent you from defining your ow

Collection argument for service

2016-02-03 Thread Kambiz Darabi
Hi, I'm wrestling with a service which is going to be called by a hand-written javascript client (written by others). The client wants to send something like this: { "urls": [ { "id": "test-1", "url": "http://example.com/abc"; }, { "id": "test-2", "url": "http://example.com/def"; } ] } and