Beekeepy: Add session holder class and session token handling
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
8+ 13
− 4
@@ -120,6 +120,11 @@ class AbstractApi(ABC, Generic[HandleT]):
@@ -138,9 +143,11 @@ class AbstractSyncApi(AbstractApi[SyncHandleT]):
@@ -166,10 +173,12 @@ class AbstractAsyncApi(AbstractApi[AsyncHandleT]):