Create littlestar api
api(path_apps, path_data, validate = NULL, log_level = "info")
Path to the app directory root
Path to the location we will store our internal data (outside of the app tree)
Logical, indicating if validation should be done
on responses. This should be FALSE
in production
environments. See porcelain::porcelain for details
Logging level to use. Sensible options are "off", "info" and "all".