mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
New: Bump Version to V3 to please the masses
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Radarr.Http;
|
||||
|
||||
namespace Radarr.Api.V3
|
||||
{
|
||||
public abstract class RadarrV3Module : RadarrModule
|
||||
{
|
||||
protected RadarrV3Module(string resource)
|
||||
: base("/api/v3/" + resource.Trim('/'))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user