# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "httptest2" in publications use:' type: software license: MIT title: 'httptest2: Test Helpers for ''httr2''' version: 1.1.0.9000 doi: 10.32614/CRAN.package.httptest2 abstract: Testing and documenting code that communicates with remote servers can be painful. This package helps with writing tests for packages that use 'httr2'. It enables testing all of the logic on the R sides of the API without requiring access to the remote service, and it also allows recording real API responses to use as test fixtures. The ability to save responses and load them offline also enables writing vignettes and other dynamic documents that can be distributed without access to a live server. authors: - family-names: Richardson given-names: Neal email: neal.p.richardson@gmail.com orcid: https://orcid.org/0009-0002-7992-3520 repository: https://nealrichardson.r-universe.dev repository-code: https://github.com/nealrichardson/httptest2 commit: 5856ed57a5985b9ffede754601fe2bd501a19b09 url: https://enpiar.com/httptest2/ contact: - family-names: Richardson given-names: Neal email: neal.p.richardson@gmail.com orcid: https://orcid.org/0009-0002-7992-3520