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
@@ -4,6 +4,12 @@ using System.Threading.Tasks;
namespace Octokit
{
/// <summary>
/// A client for GitHub's Repository Commits API.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/repos/commits/">Repository Commits API documentation</a> for more information.
/// </remarks>
public interface IRepositoryCommitsClient
{
/// <summary>