mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +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:
@@ -0,0 +1,13 @@
|
||||
namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservableMigrationClient
|
||||
{
|
||||
/// <summary>
|
||||
/// A client for GitHub's Migrations API
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// See the <a href="https://developer.github.com/v3/migration/migrations/">Enterprise License API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
IObservableMigrationsClient Migration { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user