module Newznab

Base Newznab module

Yard Doc generation stuff

@!macro [new] raise.FunctionNotSupportedError

@raise [FunctionNotSupportedError] indicating the resource requested is not supported

@!macro [new] raise.NewznabAPIError

@raise [NewznabAPIError] indicating the api request code received

@!macro [new] search.params

@param query [String] Search input (URL/UTF-8 encoded). Case insensitive.
@param group [Array] List of usenet groups to search delimited by ”,”
@param limit [Integer] Upper limit for the number of items to be returned.
@param cat [Array] List of categories to search delimited by ”,”
@param attrs [Array] List of requested extended attributes delimeted by ”,”
@param extended [true, false] List all extended attributes (attrs ignored)
@param delete [true, false] Delete the item from a users cart on download.
@param maxage [Integer] Only return results which were posted to usenet in the last x days.
@param offset [Integer] The 0 based query offset defining which part of the response we want.