package
0.1.3
Repository: https://github.com/electrologue/wayback.git
Documentation: pkg.go.dev

# Functions

New creates a new Client.
ParseJSON parses the JSON response to a struct.

# Constants

BaseURL base URL of the API endpoint.
https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server#url-match-scope - `matchType=exact` (default if omitted) will return results matching exactly archive.org/about/ - `matchType=prefix` will return results for all results under the path `archive.org/about/` - `matchType=host` will return results from host `archive.org` - `matchType=domain` will return results from host archive.org and all subhosts `*.archive.org`.
https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server#url-match-scope - `matchType=exact` (default if omitted) will return results matching exactly archive.org/about/ - `matchType=prefix` will return results for all results under the path `archive.org/about/` - `matchType=host` will return results from host `archive.org` - `matchType=domain` will return results from host archive.org and all subhosts `*.archive.org`.
https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server#url-match-scope - `matchType=exact` (default if omitted) will return results matching exactly archive.org/about/ - `matchType=prefix` will return results for all results under the path `archive.org/about/` - `matchType=host` will return results from host `archive.org` - `matchType=domain` will return results from host archive.org and all subhosts `*.archive.org`.
https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server#url-match-scope - `matchType=exact` (default if omitted) will return results matching exactly archive.org/about/ - `matchType=prefix` will return results for all results under the path `archive.org/about/` - `matchType=host` will return results from host `archive.org` - `matchType=domain` will return results from host archive.org and all subhosts `*.archive.org`.

# Structs

APIOptions the API options.
Client is an CDX API client.
Item a history item.

# Type aliases

MatchType allowed values for matchType parameter.