# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "httpcache" in publications use:' type: software license: MIT title: 'httpcache: Query Cache for HTTP Clients' version: 1.2.0 doi: 10.32614/CRAN.package.httpcache identifiers: - type: url value: https://github.com/nealrichardson/httpcache/ abstract: In order to improve performance for HTTP API clients, 'httpcache' provides simple tools for caching and invalidating cache. It includes the HTTP verb functions GET, PUT, PATCH, POST, and DELETE, which are drop-in replacements for those in the 'httr' package. These functions are cache-aware and provide default settings for cache invalidation suitable for RESTful APIs; the package also enables custom cache-management strategies. Finally, 'httpcache' includes a basic logging framework to facilitate the measurement of HTTP request time and cache performance. authors: - family-names: Richardson given-names: Neal email: neal.p.richardson@gmail.com repository: https://nealrichardson.r-universe.dev repository-code: https://github.com/nealrichardson/httpcache commit: e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867 url: https://enpiar.com/r/httpcache/ contact: - family-names: Richardson given-names: Neal email: neal.p.richardson@gmail.com