ploner / RMixpanel

RMixpanel - Mixpanel API client package for R
Other
18 stars 6 forks source link

Fix API authentication through headers in RCurl getURL #5

Closed ryanseams closed 6 years ago

ryanseams commented 6 years ago

Adds correct method of basic authentication to API requests through the HTTP headers in RCurl getURL. Should address the errors being thrown in https://github.com/ploner/RMixpanel/issues/3 about authorization. Requires base64enc to run.