Beekeepy: Add session holder class and session token handling
Compare changes
Files
3+ 2
− 2
@@ -196,7 +196,7 @@ class AbstractAsyncHandle(AbstractHandle, ABC):
@@ -222,7 +222,7 @@ class AbstractSyncHandle(AbstractHandle, ABC):
Adds missing functionality of adding session token to api calls
Added class that holds session token and derived over it Beekeeper and AsyncBeekeeper
FYI: @wkedzierski
is it ok for you or makes your implementation harder?
Requires: schemas!91 (merged)