mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-12 19:05:24 +00:00
13 lines
435 B
C#
13 lines
435 B
C#
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 Migrations { get; }
|
|
}
|
|
} |