# -------------------------------------------- # 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 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://CRAN.R-project.org/package=crul repository-code: https://github.com/ropensci/crul url: https://docs.ropensci.org/crul/ date-released: '2024-07-19' 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