Ref project update
This commit is contained in:
10
ref/Net/Rest/IRestClientProvider.cs
Normal file
10
ref/Net/Rest/IRestClientProvider.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
|
||||
namespace Discord.Net.Rest
|
||||
{
|
||||
public interface IRestClientProvider
|
||||
{
|
||||
IRestClient Create(string baseUrl, CancellationToken cancelToken);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user