abujehad139 / 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

ServiceGenerator should use canonical name #322

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, the youtube discovery doc 
(https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest)
contains both canonical name and name fields, as following:
 "name": "youtube",
 "canonicalName": "YouTube",

we should create a YouTubeSerivce (and not a YoutubeService) - both capital Y 
and T.

We should also figure out what should be the right namespace when resolving 
this issue.

Original issue reported on code.google.com by pele...@google.com on 14 May 2013 at 6:30

GoogleCodeExporter commented 9 years ago
take a look in those discovery documents:

https://www.googleapis.com/discovery/v1/apis/admin/reports_v1/rest
https://www.googleapis.com/discovery/v1/apis/admin/directory_v1/rest

Original comment by pele...@google.com on 3 Jun 2013 at 1:04

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/10402046/

Original comment by pele...@google.com on 21 Jun 2013 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 21 Jun 2013 at 7:48