in discovery Rest parameters can be marked as repeat:true
I don't believe the API code currently supports this, and I know the generated
code does not.
For generated code this should go from type => IList<type>
For the Api we will need to figure out what to do here
http://example.url/path/method?repeatedParam=0&repeatedParam=2&repeatedParam=3
Would be my guess but we will need to check with other clients.
Also can path parameters ever repeat? if so we will need to investergate what
to do.
Original issue reported on code.google.com by davidwat...@google.com on 20 May 2011 at 10:31
Original issue reported on code.google.com by
davidwat...@google.com
on 20 May 2011 at 10:31