-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rest): Added a new method to refresh the REST session token (#1190)
* feat(rest): Added a new `RESTClient` method to refresh the session token * Parse token response * Revert "Parse token response" This reverts commit b575488. * Explicitly use application/json * Revert "Explicitly use application/json" This reverts commit 69a3804. * Get token from response in refresh token request * Restore login at initialization time * Update test_rest_client.py * Update Added-20240921-220814.yaml
- Loading branch information
1 parent
4c00c7a
commit c033062
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
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,5 @@ | ||
kind: Added | ||
body: Added a new `RESTClient` method to refresh the session token | ||
time: 2024-09-21T22:08:14.334533-06:00 | ||
custom: | ||
Issue: "1190" |
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