microsoft / azure-devops-go-api

This repository contains Go APIs for interacting with and managing Azure DevOps.
https://docs.microsoft.com/en-us/azure/devops/integrate/index?view=azure-devops
MIT License
187 stars 78 forks source link

How to customize the http.client? #152

Open Herve-M opened 7 months ago

Herve-M commented 7 months ago

Is there any way to customize the client?

I see azuredevops/client_options.go and azuredevops/client.go which seems to support it but not azuredevops/connection.go.

Herve-M commented 7 months ago

Seems to be related to #122