mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
stubbed prototype method to support comparing two commits
This commit is contained in:
@@ -26,6 +26,11 @@ namespace Octokit
|
||||
return new Uri(string.Format(CultureInfo.InvariantCulture, pattern, args), UriKind.Relative);
|
||||
}
|
||||
|
||||
public static string UriEncode(this string input)
|
||||
{
|
||||
return System.Net.WebUtility.UrlEncode(input);
|
||||
}
|
||||
|
||||
static readonly Regex _optionalQueryStringRegex = new Regex("\\{\\?([^}]+)\\}");
|
||||
public static Uri ExpandUriTemplate(this string template, object values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user