Files
octokit.net/Octokit.Reactive/Clients/IObservableActionsCacheClient.cs
2022-11-23 09:35:58 -06:00

13 lines
351 B
C#

namespace Octokit.Reactive
{
/// <summary>
/// A client for GitHub's Actions Cache API.
/// </summary>
/// <remarks>
/// See the <a href="https://developer.github.com/v3/actions/cache/">Actions Cache API documentation</a> for more information.
/// </remarks>
public interface IObservableActionsCacheClient
{
}
}