struct

Wayback::Query

Inherits Struct < Value < Object

Constants

DIGEST = "digest"
ID = "urlkey"
MIMETYPE = "mimetype"
STATUS_CODE = "statuscode"
TIMESTAMP = "timestamp"
URL = "original"

Constructors

new(*, url : String)
Source
url(url : String) : Query
Source

Instance methods

clear
Source
digest(digest : String | Regex) : Query
Source
digest_not(digest : String | Regex) : Query
Source
earliest(count : Int32) : Query
Source
from(time : Time) : Query
Source
group_by_day
Source
group_by_decade
Source
group_by_digest(*, position : Int32 | Nil = nil) : Query
Source
group_by_hour
Source
group_by_id(*, position : Int32 | Nil = nil) : Query
Source
group_by_mimetype(*, position : Int32 | Nil = nil) : Query
Source
group_by_minute
Source
group_by_month
Source
group_by_second
Source
group_by_status_code(*, position : Int32 | Nil = nil) : Query
Source
group_by_url(*, position : Int32 | Nil = nil) : Query
Source
group_by_year
Source
latest(count : Int32) : Query
Source
limit(count : Int32) : Query
Source
mimetype(mime : String | Regex) : Query
Source
mimetype_not(mime : String | Regex) : Query
Source
offset(count : Int32) : Query
Source
parse_value(value) : String
Source
status_code(code : Int32 | Regex) : Query
Source
status_code_not(code : Int32 | Regex) : Query
Source
to(time : Time) : Query
Source
to_query_string
Source
with_aggregate_count
Source