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
195 stars 82 forks source link

Fix response to return valid response body in GetPullRequestProperties #139

Closed SilverdewBaker closed 1 year ago

SilverdewBaker commented 1 year ago

When call GetPullRequestProperties it returns empty body, so change to use UnmarshalCollectionBody function to return real body.

SilverdewBaker commented 1 year ago

@tedchamb could you please review this pull request?