Re: Array input list combines 2 or more entries as one list element

2017-07-31 Thread Ron Ratovsky
swagger-codegen with the details. From: on behalf of Richard Moore Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, July 31, 2017 at 05:31 To: Swagger Subject: Re: Array input list combines 2 or more entries as one list element On Friday, July 28, 2017 at

Re: Array input list combines 2 or more entries as one list element

2017-07-31 Thread Richard Moore
On Friday, July 28, 2017 at 9:52:08 AM UTC-5, Richard Moore wrote: > > I want to be able to pass a comma-separated list of codes. I (attempted > to) defined /getByCode/{code} (see attached) to handle this request. The > generated server code in ServiceImpl has the method signature correct - > >

Re: Array input list combines 2 or more entries as one list element

2017-07-28 Thread Ron Ratovsky
You attached a pom.xml… From: on behalf of Richard Moore Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Friday, July 28, 2017 at 07:52 To: Swagger Subject: Array input list combines 2 or more entries as one list element I want to be able to pass a comma-sepa

Array input list combines 2 or more entries as one list element

2017-07-28 Thread Richard Moore
I want to be able to pass a comma-separated list of codes. I (attempted to) defined /getByCode/{code} (see attached) to handle this request. The generated server code in ServiceImpl has the method signature correct - public Response getFacilityByCode(List code) If I key one code in the editor f