added some more docs

This commit is contained in:
Brendan Forster
2014-10-07 14:49:08 -02:00
parent 54e0914390
commit d169876a3b
14 changed files with 92 additions and 8 deletions
@@ -1,12 +1,15 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Octokit
{
/// <summary>
/// A client for GitHub's Repository Deploy Keys API.
/// </summary>
/// <remarks>
/// See the <a href="https://developer.github.com/v3/repos/keys/">Deploy Keys API documentation</a> for more information.
/// </remarks>
public interface IRepositoryDeployKeysClient
{
/// <summary>