You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add async context manager support to TokenAPI
- Implement __aenter__ and __aexit__ methods for proper async context manager protocol
- Enables proper HTTP client lifecycle management with 'async with TokenAPI() as api:' syntax
- Resolves "TokenAPI object does not support the asynchronous context manager protocol" error
- Maintains backward compatibility with existing direct instantiation usage
- Updated documentation with context manager examples
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments