abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Allow users to set append a user-agent string #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
User agents are hardcoded as google-api-go-client/<version>, user should be 
able to modify the user agent.

As a long term improvement, you should find a way to expose the underlying 
Request object for each call.

Original issue reported on code.google.com by j...@google.com on 19 Sep 2014 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by gmle...@google.com on 24 Feb 2015 at 7:17

GoogleCodeExporter commented 9 years ago
Fixed by adding a UserAgent method to the Service.

Original comment by gmle...@google.com on 29 Mar 2015 at 3:08