# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "webmockr" in publications use:' type: software license: MIT title: 'webmockr: Stubbing and Setting Expectations on ''HTTP'' Requests' version: 2.1.0 doi: 10.32614/CRAN.package.webmockr identifiers: - type: url value: https://docs.ropensci.org/webmockr/ abstract: Stubbing and setting expectations on 'HTTP' requests. Includes tools for stubbing 'HTTP' requests, including expected request conditions and response conditions. Match on 'HTTP' method, query parameters, request body, headers and more. Can be used for unit tests or outside of a testing context. authors: - family-names: Chamberlain given-names: Scott email: myrmecocystus+r@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/webmockr commit: 6a6b9d5ad82495a966abe32b904cc9b1e180a635 url: https://books.ropensci.org/http-testing/ contact: - family-names: Chamberlain given-names: Scott email: myrmecocystus+r@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 keywords: - http - https - API - web-services - curl - mock - mocking - fakeweb - http-mocking - testing - testing-tools - tdd