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

Add support for API keys #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Request class should expose a WithApiKey(string key) method to support 
those APIs requiring API keys for authentication.

The API key can't be passed along with other parameters to 
WithParameters(string parameters) as it is not included in the method 
definition in the discovery document and therefore parameter validation will 
fail.

Original issue reported on code.google.com by ccherub...@google.com on 31 Jan 2011 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by ccherub...@google.com on 31 Jan 2011 at 2:23

GoogleCodeExporter commented 9 years ago
Added on branch issue_21_AddNullAuthenticatorSupport

Original comment by ccherub...@google.com on 1 Feb 2011 at 10:15