-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(providers): add Notion #3112
feat(providers): add Notion #3112
Conversation
@@ -120,6 +120,7 @@ Morgante Pell | |||
Nariman Gharib | |||
Nathan Strobbe | |||
Niklas A Emanuelsson | |||
NotionPacks.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please leave this out, or, replace it with the actual author name(s) ?
""" | ||
user_id = self.get_user(data).get("id") | ||
workspace_id = data.get("workspace_id") | ||
return f"user-{user_id}_workspace-{workspace_id}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f-strings break the test suite as it still includes python 3.5
Closing -- see #3316 |
Submitting Pull Requests
General
Examples:
"fix(google): Fixed foobar bug"
,"feat(accounts): Added foobar feature"
.ChangeLog.rst
.AUTHORS
.Provider Specifics
In case you add a new provider:
test_settings.py::INSTALLED_APPS
anddocs/installation.rst::INSTALLED_APPS
.docs/providers.rst
.docs/overview.rst
.