mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 13:15:15 +00:00
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:
@@ -26,5 +26,6 @@ namespace Octokit.Reactive
|
||||
IObservableGitDatabaseClient GitDatabase { get; }
|
||||
IObservableSearchClient Search { get; }
|
||||
IObservableEnterpriseClient Enterprise { get; }
|
||||
IObservableMigrationClient Migration { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user