mbrukman / cloud-launcher

:rocket: App launcher for Google Cloud Platform.
Apache License 2.0
39 stars 13 forks source link

Set custom Python user-agent #7

Open mbrukman opened 9 years ago

mbrukman commented 9 years ago

Set a custom user-agent on all uses of the Google API Python client library, including both launcher and console, to identify the tool and version in use.

mbrukman commented 9 years ago

Looks like we can use http.set_user_agent() per the old docs, the new docs, and the code.