-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow authenticating more generic requests (#842)
* feat: Allow authenticating more generic requests * Add missing rst for base authenticator * Mutate un-prepared request * Fix external link in docs * Update singer_sdk/authenticators.py Co-authored-by: Will Da Silva <[email protected]> Co-authored-by: Will Da Silva <[email protected]>
- Loading branch information
1 parent
797226a
commit 52db6ec
Showing
4 changed files
with
60 additions
and
19 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
docs/classes/singer_sdk.authenticators.APIAuthenticatorBase.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
singer_sdk.authenticators.APIAuthenticatorBase | ||
============================================== | ||
|
||
.. currentmodule:: singer_sdk.authenticators | ||
|
||
.. autoclass:: APIAuthenticatorBase | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters