I'm new to python, so noob questions incoming. Are you guys using IDE's to run pdb / code in python, or are you running pdb directly?
Problem: Writing the bamboohr tap with the new sdk. My request is 401ing due to my failed Authentication implementation. I want to see what headers I"m sending. Tried enabling logging, but that doesn't give me enough information. I want to see the headers on the request being made. In java land I enable debug logging and normally the library will spit everything out, here I"m not getting the header information 😕