# -------------------------------------------- # 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.0.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: ba664b304921397bf65fb1ba166fef0396058dda 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