Refactor: Pull out Migrations client from Enterprise.

Following the API sidebar structure, the migrations client is pulled out
and put into another Migration client.
This commit is contained in:
Devesh Khandelwal
2016-03-22 22:30:52 +05:30
parent 005a2a83fc
commit 73d321da93
21 changed files with 153 additions and 85 deletions

View File

@@ -26,5 +26,6 @@ namespace Octokit.Reactive
IObservableGitDatabaseClient GitDatabase { get; }
IObservableSearchClient Search { get; }
IObservableEnterpriseClient Enterprise { get; }
IObservableMigrationClient Migration { get; }
}
}