Hey everyone, I have a basic python question: I'm...
# singer-tap-development
s
Hey everyone, I have a basic python question: I'm trying to create an authentificator class which has 2 auth methods depending on the type of input: Bearer or oauth. How would I do this in a seperate auth.py file? Currently, this is our auth.py file, setup only to use oauth: https://github.com/potloc/tap-wrike-sdk/blob/5ee3d5dba019c5a209e0f40165bf6a91b71f5764/tap_wrike_sdk/auth.py#L7