R/shodan-package.r

#' Access the Shodan API from R
#'
#' See \url{https://developer.shodan.io/api/requirements} for information
#' on the Shodan API
#'
#' @name shodan
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @importFrom httr GET POST stop_for_status content
#' @importFrom jsonlite fromJSON
NULL
hrbrmstr/shodan documentation built on May 17, 2019, 5:13 p.m.