MitjaBezensek / SharpBucket

SharpBucket is a .Net wrapper for the Bitbucket's REST API.
MIT License
67 stars 60 forks source link

GetRedirectLocation #131

Closed mnivet closed 4 years ago

mnivet commented 5 years ago

Add ability to get the redirect URL of a request expected to respond a 302 instead of following the redirection

This allow to optimise the lazy get of the last revision of the master branch in SrcResource

This need had impact on what we should expose in #125 , so It's probably important to validate that before