eliminated IGitHubClient.Blob property

This commit is contained in:
Brendan Forster
2014-01-14 12:26:52 -08:00
parent 7890f70dba
commit 997706173f
4 changed files with 3 additions and 6 deletions

View File

@@ -81,7 +81,6 @@ namespace Octokit
var apiConnection = new ApiConnection(connection);
Authorization = new AuthorizationsClient(apiConnection);
Activity = new ActivitiesClient(apiConnection);
Blob = new BlobsClient(apiConnection);
Issue = new IssuesClient(apiConnection);
Miscellaneous = new MiscellaneousClient(connection);
Notification = new NotificationsClient(apiConnection);
@@ -132,7 +131,6 @@ namespace Octokit
public IAuthorizationsClient Authorization { get; private set; }
public IActivitiesClient Activity { get; private set; }
public IBlobsClient Blob { get; private set; }
public IIssuesClient Issue { get; private set; }
public IMiscellaneousClient Miscellaneous { get; private set; }
public IOrganizationsClient Organization { get; private set; }