Package: tryr
Type: Package
Title: Client/Server Error Handling for HTTP API Frameworks
Version: 0.1.1
Date: 2024-05-22
Authors@R: c(
  person(given = "Peter",
    family = "Solymos",
    comment = c(ORCID = "0000-0001-7337-1740"),
    role = c("aut", "cre"),
    email = "peter@analythium.io"),
  person(given = "Analythium Solutions Inc.",
    role = c("cph", "fnd")))
Description: Differentiate client errors (4xx)
  from server errors (5xx) for the 'plumber' and 
  'RestRserve' HTTP API frameworks. The package
  also includes a built-in logging mechanism
  to standard output (STDOUT) or standard error
  (STDERR) depending on the log level.
License: MIT + file LICENSE
LazyLoad: yes
RoxygenNote: 7.3.1
Encoding: UTF-8
BugReports: https://github.com/analythium/tryr/issues
URL: https://github.com/analythium/tryr
Language: en-US
NeedsCompilation: no
Packaged: 2024-05-23 01:51:32 UTC; Peter
Author: Peter Solymos [aut, cre] (<https://orcid.org/0000-0001-7337-1740>),
  Analythium Solutions Inc. [cph, fnd]
Maintainer: Peter Solymos <peter@analythium.io>
Repository: CRAN
Date/Publication: 2024-05-25 09:10:02 UTC
Built: R 4.6.0; ; 2025-08-18 05:14:37 UTC; unix
