R/cdx-package.R

#' Query Web Archive Crawl Indexes ('CDX')
#'
#' Methods are provided to retrieve web archive crawl index ('CDX') metadata
#' and directly query the 'CDX' 'API' endpoint to retrieve mementos for a
#' given set of parameters.
#'
#' - URL: <https://gitlab.com/hrbrmstr/cdx>
#' - BugReports: <https://gitlab.com/hrbrmstr/cdx/issues>
#'
#' @md
#' @name cdx
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import httr
#' @importFrom jsonlite fromJSON
NULL
hrbrmstr/cdx documentation built on May 24, 2019, 2:46 p.m.