Documentation
¶
Overview ¶
Package json Wayback Availability JSON API. https://archive.org/help/wayback_api.php
Index ¶
Constants ¶
View Source
const BaseURL = "http://archive.org/wayback/"
BaseURL base URL of the API endpoint.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type APIResponse struct {
URL string `json:"url"`
ArchivedSnapshots Snapshot `json:"archived_snapshots"`
Timestamp string `json:"timestamp"`
}
APIResponse the API response.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an API JSON client.
Click to show internal directories.
Click to hide internal directories.