fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

Apply auth headers in round tripper #92

Closed camphillips22 closed 3 years ago

camphillips22 commented 3 years ago

Moves the API token and additional headers into a round tripper implementation to remove it from the doReq function.

camphillips22 commented 3 years ago

Thanks @jhump for the suggestion to do this auth in a RoundTripper!