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

Allow building authorized HttpRequest from Service object #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From a service object (e.g TasksService), there is no way to get access to the 
authenticator or create an authorized HTTP request.
It could be useful to have this functionality which can be added by either:
  1. Expose the authenticator in the Service class.
  2. Expose a method in the Service class to create an HTTP request (CreateHttpRequest(Method, URL)).

Thanks!
Alain

Original issue reported on code.google.com by ala...@google.com on 2 Apr 2012 at 10:55