mirror of
https://github.com/Radarr/Radarr
synced 2025-12-07 17:03:36 +01:00
7 lines
135 B
C#
7 lines
135 B
C#
namespace NzbDrone.Core.Providers
|
|
{
|
|
public interface IHttpProvider
|
|
{
|
|
string DownloadString(string request);
|
|
}
|
|
}
|