Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckResponse ¶
Types ¶
type Client ¶
type Client struct { // Base URL for kickass requests. Defaults to https://kickass.to/, // but can be set to the sandbox url. BaseURL should always end with a // trailing slash. BaseURL *url.URL // User agent used when communicating with the kickass.to. UserAgent string // contains filtered or unexported fields }
func (*Client) NewRequest ¶
func (*Client) Search ¶
func (c *Client) Search(query string, opt *SearchOptions) (*SearchResults, error)
type SearchOptions ¶
type SearchResults ¶
Click to show internal directories.
Click to hide internal directories.