C# Класс NZBDash.ThirdParty.Api.Rest.SabNzbdRestRequest

Наследование: BaseRequest, ISabNzbdRequest
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddRequiredParameters void

Открытые методы

Метод Описание
GetHistory ( string url, string apiKey ) : SabNzbdHistory

Get the History

GetQueue ( string url, string apiKey ) : SabNzbdQueue

Gets the queue.

SabNzbdRestRequest ( IApiRequest request, ILogger logger ) : System

Приватные методы

Метод Описание
AddRequiredParameters ( string apiKey ) : void

Adds the required parameters.

Описание методов

GetHistory() публичный Метод

Get the History
public GetHistory ( string url, string apiKey ) : SabNzbdHistory
url string The URL.
apiKey string The API key.
Результат NZBDash.ThirdParty.Api.Models.Api.SabNzbd.SabNzbdHistory

GetQueue() публичный Метод

Gets the queue.
public GetQueue ( string url, string apiKey ) : SabNzbdQueue
url string The URL.
apiKey string The API key.
Результат SabNzbdQueue

SabNzbdRestRequest() публичный Метод

public SabNzbdRestRequest ( IApiRequest request, ILogger logger ) : System
request IApiRequest
logger ILogger
Результат System