plumber.R

#* Redistributes campaign budget amongst adgroups
#*
#* @get /testapi
#*
#* @serializer unboxedJSON
#*
rtb <- function() {

  # require(magellanR)


  # Build the response object (list will be serialized as JSON)
  response <- list(statusCode = 200,
                   data = "master",
                   message = "sucess"
  )

  return(response)
}
RobAumer/testconnetpack documentation built on May 25, 2019, 1:27 p.m.