Skip to content

happycabbage/novar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novar

Travis build status codecov test coverage

Description

API Endpoints for webhook integrations that leverage hca proprietary data analytics to faciliate real-time triggers for insights driven actions.

Example using R and httr

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published