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
- Add InsForge-Python/{VERSION} User-Agent to all HTTP requests
- Read version from package metadata (importlib.metadata) to keep
pyproject.toml as single source of truth
- Add logging module with setup_logging() helper for INFO/DEBUG levels
- INFO: SDK initialization config; DEBUG: HTTP request/response details
- Document logging usage in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The SDK is **stateless** - it never stores or caches tokens. Every method that requires user auth takes an explicit `access_token` parameter. The API key is sent as `X-API-Key` on every request automatically.
0 commit comments