-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Santa: Oauth #3000
Santa: Oauth #3000
Conversation
…ess token. Working on using the Python SDK.
EDIT: we decided Bing is out of scope because of SOAP. Work is saved in the |
@sherifnada Implemented a super basic version of the Gmail API with Santa + OAuth and it works! I'm 90% convinced we should run with this version of OAuth now. I did not get to HubSpot since I could not find the willpower to retrieve a Hubspot refresh token after retrieving the Google one + reading all the HubSpot code.. I left a comparison Google SDK implementation for comparison. Pretty similar LOC, although ours is more readable. Honestly the most annoying thing so far is retrieving the initial refresh token. Wrote down a summary of thoughts here. |
@davinchia this should be ready for review/merge. Updated base-python version. Moved gmail to |
/publish connector=bases/base-python
|
No description provided.