We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5970b87 commit 3589de2Copy full SHA for 3589de2
example/tibber/client.go
@@ -48,7 +48,8 @@ func startSubscription() error {
48
HTTPClient: &http.Client{
49
Transport: headerRoundTripper{
50
setHeaders: func(req *http.Request) {
51
- req.Header.Set("User-Agent", "go-graphql-client/0.9.0")
+ // Replace MyHomeAutomationPlatformReplaceMe/1.3.4 with a name that describes where you are running this client on
52
+ req.Header.Set("User-Agent", "MyHomeAutomationPlatformReplaceMe/1.2.3 hasura/go-graphql-client/0.13.1")
53
},
54
rt: http.DefaultTransport,
55
0 commit comments