Closed Justintime50 closed 1 year ago
Not a huge fan of how the API version gets set (would prefer on a per-request basis rather than instance-wide, to allow for "beta" when needed without splitting strings), but won't block on it.
It already works that way, if you pass the beta=True
param, we replace the version with beta
🙂 Unless I'm misunderstanding?
Description
Cleans up
easypost_object
andrequestor
by removing dead code, fixing style, and moving the requestor logic traditionally setup during import to the init of the client object finishing off thread-safety for this library.Closes #97
Testing
Updated tests as needed
Pull Request Type
Please select the option(s) that are relevant to this PR.