Skip to content
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

rest_api: allow specifying custom session (feat/1843) #1844

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

willi-mueller
Copy link
Collaborator

Description

Allows passing a custom session object into the RESTAPIConfig. This enables us to use OAuth 1.0 and OAuth 2.0 via requests-oauthlib.

Related Issues

@willi-mueller willi-mueller linked an issue Sep 19, 2024 that may be closed by this pull request
Copy link

netlify bot commented Sep 19, 2024

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit c04a473
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66ec26056c83380008e34384

@willi-mueller willi-mueller marked this pull request as draft September 19, 2024 08:36
@willi-mueller willi-mueller marked this pull request as ready for review September 19, 2024 11:42
@willi-mueller willi-mueller force-pushed the 1843-rest_api-allow-specifying-custom-session branch from c89c33c to c04a473 Compare September 19, 2024 13:24
Copy link
Collaborator

@burnash burnash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks @willi-mueller

@willi-mueller willi-mueller merged commit a39ebad into devel Sep 23, 2024
61 checks passed
@willi-mueller willi-mueller deleted the 1843-rest_api-allow-specifying-custom-session branch September 23, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rest_api: Allow specifying custom session
2 participants