API Endpoints for webhook integrations that leverage hca proprietary data analytics to faciliate real-time triggers for insights driven actions.
library(httr)
url <- "https://cabbage.pub/v1/novar/{end_point}"
resp <- POST(url, body = list( {data}, apikey = {partner issued apikey} ))
stop_for_status(resp)
content(resp, "text")
Happy Cabbage Analytics Inc. - All rights reserved