mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
eliminated IGitHubClient.Blob property
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user