mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
parent
018cd7a072
commit
d5477adc6b
24 changed files with 613 additions and 8 deletions
10
src/Ombi.Api.Slack/ISlackApi.cs
Normal file
10
src/Ombi.Api.Slack/ISlackApi.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System.Threading.Tasks;
|
||||
using Ombi.Api.Slack.Models;
|
||||
|
||||
namespace Ombi.Api.Slack
|
||||
{
|
||||
public interface ISlackApi
|
||||
{
|
||||
Task<string> PushAsync(string team, string token, string service, SlackNotificationBody message);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue