Skip to contents

Creates and returns a plumber router without starting the server. Useful for testing and programmatic access.

Usage

create_api_router()

Value

A plumber router object.

Examples

if (FALSE) { # \dontrun{
pr <- create_api_router()
# Test endpoints programmatically
} # }