How to pass authorization token in getURI(RCurl) package -


i new r. not able send authorization token api via geturi(rcurl).

example: using following curl command send authorization token api

curl -h "authorization:<token>" 'http://api.abc.com/def?id=243073' 

now want same via geturi(rcurl package) not able do. please me. highly appreciated.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -