# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "crul" in publications use:' type: software license: MIT title: 'crul: HTTP Client' version: 1.5.0.91 doi: 10.32614/CRAN.package.crul identifiers: - type: url value: https://books.ropensci.org/http-testing/ abstract: A simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's 'faraday' gem (). The package name is a play on curl, the widely used command line tool for HTTP, and this package is built on top of the R package 'curl', an interface to 'libcurl' (). authors: - family-names: Chamberlain given-names: Scott email: myrmecocystus@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/crul commit: 7d6fe6edd2e468d9b8b9a266e82df466f548d973 url: https://docs.ropensci.org/crul/ contact: - family-names: Chamberlain given-names: Scott email: myrmecocystus@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 keywords: - http - https - API - web-services - curl - download - libcurl - async - mocking - caching