C# Class NZBDash.ThirdParty.Api.Rest.SabNzbdRestRequest

Inheritance: BaseRequest, ISabNzbdRequest
Afficher le fichier Open project: NZBDash/NZBDash

Private Properties

Свойство Type Description
AddRequiredParameters void

Méthodes publiques

Méthode Description
GetHistory ( string url, string apiKey ) : SabNzbdHistory

Get the History

GetQueue ( string url, string apiKey ) : SabNzbdQueue

Gets the queue.

SabNzbdRestRequest ( IApiRequest request, ILogger logger ) : System

Private Methods

Méthode Description
AddRequiredParameters ( string apiKey ) : void

Adds the required parameters.

Method Details

GetHistory() public méthode

Get the History
public GetHistory ( string url, string apiKey ) : SabNzbdHistory
url string The URL.
apiKey string The API key.
Résultat NZBDash.ThirdParty.Api.Models.Api.SabNzbd.SabNzbdHistory

GetQueue() public méthode

Gets the queue.
public GetQueue ( string url, string apiKey ) : SabNzbdQueue
url string The URL.
apiKey string The API key.
Résultat SabNzbdQueue

SabNzbdRestRequest() public méthode

public SabNzbdRestRequest ( IApiRequest request, ILogger logger ) : System
request IApiRequest
logger ILogger
Résultat System