vignettes/files/apis/03-02-types.R

#* @get /type/<id>
function(id){
  list(
    id = id,
    type = typeof(id)
  )
}
trestletech/plumber documentation built on May 6, 2024, 6:17 p.m.