firatisler / google-api-dotnet-client

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

Discovery parser should understand repeated parameters in URLs #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dot net client should be able to parse repeated parameters in discovery service 
"path" URLS.

e.g. 

"collection/{,resourceId*}"

Original issue reported on code.google.com by benb...@google.com on 3 Aug 2011 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by davidwat...@google.com on 3 Aug 2011 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 27 Oct 2011 at 4:24

GoogleCodeExporter commented 9 years ago
As per adSense Management api
https://www.googleapis.com/discovery/v1/apis/adsense/v1/rest
"dimension": {
       "type": "string",
       "description": "Dimensions to base the report on.",
       "pattern": "[a-zA-Z_]+",
       "repeated": true,
       "location": "query"
      }

Original comment by davidwat...@google.com on 1 Nov 2011 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by davidwat...@google.com on 1 Nov 2011 at 6:26

GoogleCodeExporter commented 9 years ago
This functionality is already present, bug was out of date. See the generated 
result of Adsense api.

Original comment by davidwat...@google.com on 3 Nov 2011 at 5:43