class Wayback::Engine

Defined in:

wayback/engine.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, api : Wayback::Api | Nil = nil) #

[View source]

Instance Method Detail

def first_snapshot(url : String) : Snapshot | Nil #

[View source]
def latest_snapshot(url : String) : Snapshot | Nil #

[View source]
def perform(query : Wayback::Query) : Array(Snapshot) #

[View source]
def snapshots(url : String, *, from : Time | Nil = nil, to : Time | Nil = nil, latest : Int32 | Nil = nil, earliest : Int32 | Nil = nil) : Array(Snapshot) #

[View source]