# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "vcr" in publications use:' type: software license: MIT title: 'vcr: Record ''HTTP'' Calls to Disk' version: 1.6.0.91 doi: 10.32614/CRAN.package.vcr identifiers: - type: url value: https://books.ropensci.org/http-testing/ - type: url value: https://docs.ropensci.org/vcr/ abstract: Record test suite 'HTTP' requests and replays them during future runs. A port of the Ruby gem of the same name (). Works by hooking into the 'webmockr' R package for matching 'HTTP' requests by various rules ('HTTP' method, 'URL', query parameters, headers, body, etc.), and then caching real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests matching any previous requests in the same 'cassette' use a cached 'HTTP' response. authors: - family-names: Chamberlain given-names: Scott email: sckott@protonmail.com orcid: https://orcid.org/0000-0003-1444-9135 - family-names: Wolen given-names: Aaron orcid: https://orcid.org/0000-0003-2542-2202 - family-names: Salmon given-names: Maƫlle orcid: https://orcid.org/0000-0002-2815-0399 - family-names: Possenriede given-names: Daniel orcid: https://orcid.org/0000-0002-6738-9845 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/vcr commit: 471d0642f64ee4a4b3d6d4479d6bb75b36f57101 url: https://github.com/ropensci/vcr/ contact: - family-names: Chamberlain given-names: Scott email: sckott@protonmail.com orcid: https://orcid.org/0000-0003-1444-9135 keywords: - http - https - API - web-services - curl - mock - mocking - http-mocking - testing - testing-tools - tdd