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

a new Google.Apis.Http namespace #319

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should share code between 
ResumableUpload 
(https://code.google.com/p/google-api-dotnet-client/source/browse/Src/GoogleApis
/Apis/Upload/ResumableUpload.cs?name=1.3)
and 
ClientServiceRequest 
(https://code.google.com/p/google-api-dotnet-client/source/browse/Src/GoogleApis
/Apis/Requests/ClientServiceRequest.cs?name=1.3)

In addition:
- We should consider using HttpClient 
(http://www.hanselman.com/blog/NuGetPackageOfTheWeek13PortableHttpClientMakesPor
tableLibrariesMoreUseful.aspx)
- We should create a great user experience, including 
HttpUnsuccessfulResponseHandlers, ExceptionHandlers and ExecutionInterceptors.
- Properties like NumOfRetries should be available for the user to change and 
not hidden in Request 
(https://code.google.com/p/google-api-dotnet-client/source/browse/Src/GoogleApis
/Apis/Requests/Request.cs?name=1.3)

Original issue reported on code.google.com by pele...@google.com on 10 May 2013 at 2:25

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/8596049/#ps238002

Original comment by pele...@google.com on 10 May 2013 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 22 May 2013 at 10:50