module Wayback

Defined in:

wayback.cr
wayback/api.cr
wayback/engine.cr
wayback/protocol/snapshots_parser.cr
wayback/query.cr
wayback/utils.cr
wayback/version.cr

Constant Summary

VERSION = "0.0.3"

Class Method Summary

Class Method Detail

def self.default_engine : Wayback::Engine #

[View source]
def self.first_snapshot(url : String) : Snapshot | Nil #

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

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

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

[View source]