mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
public class PullRequest
|
||||
{
|
||||
public Uri HtmlUrl { get; set; }
|
||||
public Uri DiffUrl { get; set; }
|
||||
public Uri PatchUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user