nicoabie commented on code in PR #3096:
URL: https://github.com/apache/incubator-devlake/pull/3096#discussion_r972529623
##########
plugins/helper/api_client.go:
##########
@@ -119,6 +120,10 @@ func (apiClient *ApiClient) Setup(
apiClient.SetHeaders(headers)
}
+func (apiClient *ApiClient) GetHttpClient() *http.Client {
Review Comment:
I'm exposing the inner http client because I need one for
`graphql.NewClient(connection.Endpoint+`graphql`,
apiClient.GetHttpClient())` in plugins/linear/tasks/graphql_client.go
Not sure how should I construct the graphql client if not
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]