donieardianto / google-api-dotnet-client

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

Add support for subresources in the base API #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The GoogleApis library does neither initialize, nor retrieve subresources 
correctly. Executing Diacritize.Corpus.Get() will cause two bugs:

- The resource "corpus" is looked up directly, instead of first checking for a 
"diacritize" resource.

- The "corpus" resource is nowhere to be found within the IService.Resources 
tree

Original issue reported on code.google.com by mlin...@google.com on 3 Jun 2011 at 2:50

GoogleCodeExporter commented 9 years ago

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