R is one of the mostly widely used programming language for Statistics and Data science. I would like to know if anyone working on developing a R package for KiteConnect API ?
Anyone there at least help me get authenticated using R ?
#use digest insted of hmac; digest serializes argument first, use serialize arg to disable that check<-digest(paste0(my_api, my_req_token, my_secret), algo='sha256', serialize=FALSE)
Try this:
This worked as it should be. Thanks for the help