R/package.R

#' Mock HTTP Requests for API Testing
#'
#' @section Introduction:
#'
#' TODO
#' 
#' `httrmock` was inspired by https://github.com/assaf/node-replay
#'
#' @section Usage in packages:
#'
#' TODO
#'
#' @section The database:
#'
#' TODO
#'
#' @section Debugging:
#'
#' `httrmock` uses `debugme` for easy debugging of what is recorded and
#' replayed, see [debugme::debugme()] for details.
#'
#' @docType package
#' @name httrmock
#' @family HTTP mocking
NULL
r-lib/httrmock documentation built on May 14, 2019, 2:33 p.m.