using System; using System.Diagnostics.CodeAnalysis; using System.Reactive; namespace Octokit.Reactive { public interface IObservableIssuesLabelsClient { /// /// Gets all labels for the issue. /// /// /// See the API documentation for more information. /// /// The owner of the repository /// The name of the repository /// The number of the issue /// The list of labels IObservable