Refactor to a RepositoryHooksClient

This commit is contained in:
Andy Cross
2014-01-20 14:36:36 +00:00
parent 8223bade57
commit a13c9fa3cc
12 changed files with 195 additions and 20 deletions

View File

@@ -17,7 +17,8 @@ namespace Octokit
public string Name { get; set; }
public IEnumerable<string> Events { get; set; }
public bool Active { get; set; }
public RepositoryHookConfiguration Config { get; set; }
public dynamic Config { get; set; }
public int Id { get; set; }
internal string DebuggerDisplay
{