Add Access Token Authentication Support#7
Add Access Token Authentication Support#7eberquist merged 5 commits intomasteremailable/emailable-python:masterfrom add-access-token-authenticationemailable/emailable-python:add-access-token-authenticationCopy head branch name to clipboard
Conversation
|
Looks like python 3.7 isnt supported on the latest ubuntu version. Guess we either set it to an older version 22.04 or remove 3.7 test |
I guess we can drop 3.7. It was EOL in 2023. I mean it still probably works. Probably should add 3.13 in since that's the latest. |
I agree, I don't think we need to support anything that's currently EOL, and we should include anything that's current. https://devguide.python.org/versions/ |
Allows the user to pass in
api_keyoraccess_tokenat the time of request instead of setting a global API key for the client.