Re: [go-nuts] Unable to delete multiple records (multiple ids) on hitting endpoint

2019-01-17 Thread aniruddha . dwivedi
Thanks Ian On Thursday, January 17, 2019 at 2:29:55 PM UTC+5:30, Ian Davis wrote: > > On Thu, 17 Jan 2019, at 8:13 AM, aniruddh...@nytimes.com > wrote: > > Hi I am using NYT's Marvin framework which internally uses gorilla mux. I > am able to delete single record when I pass single id as json

Re: [go-nuts] Unable to delete multiple records (multiple ids) on hitting endpoint

2019-01-17 Thread Ian Davis
On Thu, 17 Jan 2019, at 8:13 AM, aniruddha.dwiv...@nytimes.com wrote: > Hi I am using NYT's Marvin framework which internally uses gorilla mux. I am > able to delete single record when I pass single id as json object in request > body using postman but I don't know how to handle array of json

[go-nuts] Unable to delete multiple records (multiple ids) on hitting endpoint

2019-01-17 Thread aniruddha . dwivedi
Hi I am using NYT's Marvin framework which internally uses gorilla mux. I am able to delete single record when I pass single id as json object in request body using postman but I don't know how to handle array of json objects here. My code is as below:- For decoding --- func