mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 21:21:13 -07:00
9 lines
No EOL
196 B
C#
9 lines
No EOL
196 B
C#
using Ombi.Api.Models.Appveyor;
|
|
|
|
namespace Ombi.Api.Interfaces
|
|
{
|
|
public interface IAppveyorApi
|
|
{
|
|
AppveyorProjects GetProjectHistory(string branchName, int records = 10);
|
|
}
|
|
} |