class Ichigo::RawClient

Defined in:

ichigo/raw_client.cr

Constant Summary

API_URL = "https://saucenao.com"
HTTP_HEADERS = HTTP::Headers {"Content-Type" => "application/json"}

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String) #

[View source]

Instance Method Detail

def search(url : String | Nil = nil, file : File | Nil | String | Nil | Path | Nil | IO | Nil = nil, mask : Int64 | Nil | String | Nil = nil, exclude_mask : Int64 | Nil | String | Nil = nil, site : Int32 = 999, testmode : Bool = false, result_count : Int32 = 16) #

[View source]