R/hooks.R
run_api.Rd
Running this function launches a Plumber API presenting resources bundled in this package
run_api(port = 8080, host = "0.0.0.0")
the port to run on, default is 8080
the interface to bind to, default is all 0.0.0.0