Open
Conversation
e31044b to
6d354d9
Compare
6d354d9 to
b0a1450
Compare
b0a1450 to
b994e10
Compare
b994e10 to
35666c5
Compare
There was a problem hiding this comment.
All prior feedback addressed — sort_by docs, id shadowing, test query param assertions, docstring style, double-space, and URL encoding (urlquote) are all cleaned up. test_get_session_by_key covers the key-based lookup path. Nice work iterating on this.
Code follows existing codebase patterns (get_events, _event_dict, etc.) well. The urlquote(identifier, safe="") correctly handles URL-special characters in session keys.
Public API surface addition on a published PyPI package — deferring to a human for final sign-off.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Adds support for Sessions operations.
Docs
Public API docs will be separately updated at time of release.
Description
Important: Hold merge until GA release
Adds support for Sessions operations.