mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
7 lines
131 B
C#
7 lines
131 B
C#
namespace NzbDrone.Core.Providers
|
|
{
|
|
public interface IHttpProvider
|
|
{
|
|
string GetRequest(string request);
|
|
}
|
|
}
|