/go-azuredevops-sdk

Azure DevOps Go SDK

Primary LanguageGo

Azure DevOps Go SDK

This code contain the Go SDK Client for Azure DevOps Rest API documentation

go-azuredevops-sdk provides Go packages for managing and using Azure DevOps services. It officially supports the last two major releases of Go. Older versions of Go will be kept running in CI until they no longer work due to changes in any of the SDK's external dependencies. The CHANGELOG will be updated when a version of Go is removed from CI.

Install and Use:

Install

$ go get -u github.com/mikaelkrief/go-azuredevops-sdk/...

or if you use dep, within your repo run:

$ dep ensure -add github.com/mikaelkrief/go-azuredevops-sdk/

If you need to install Go, follow the official instructions.

Implemented Resources :

  • Core
  • Build