line21c / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Ensure we support Parameter.Repeat = true in api and generated code #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 7 Jun 2011 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 17 Jun 2011 at 7:30