Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for API keys #22

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Closed

Add support for API keys #22

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

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
Copy link
Collaborator Author

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

@GoogleCodeExporter
Copy link
Collaborator Author

Added on branch issue_21_AddNullAuthenticatorSupport

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

  • Changed state: Fixed
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant