Registry /
http-client / microsoft-azure-devops-go-api-azuredevops
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
azuredevops
✓ github.com/microsoft/azure-devops-go-api/azuredevops
Initialize a connection to Azure DevOps using a personal access token.
package main
import (
"context"
"fmt"
"github.com/microsoft/azure-devops-go-api/azuredevops"
)
func main() {
connection := azuredevops.NewPatConnection("https://dev.azure.com/myorg", "pat")
fmt.Println(connection)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.0-b5latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.