Package: tryr Type: Package Title: Client/Server Error Handling for HTTP API Frameworks Version: 0.1.2 Date: 2024-05-29 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 Roxygen: list(markdown = TRUE) BugReports: https://github.com/analythium/tryr/issues URL: https://github.com/analythium/tryr Language: en-US Repository: https://analythium.r-universe.dev Date/Publication: 2025-01-22 16:19:28 UTC RemoteUrl: https://github.com/analythium/tryr RemoteRef: HEAD RemoteSha: 7d6b9b9badbb29d1a5250cee7ec4461f8af1c7f6 NeedsCompilation: no Packaged: 2026-06-20 08:34:59 UTC; root Author: Peter Solymos [aut, cre] (ORCID: ), Analythium Solutions Inc. [cph, fnd] Maintainer: Peter Solymos