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: send X-Axme-Client header on every request (#32)
Adds X-Axme-Client: axme-sdk-java/<version> header to all outgoing HTTP
requests, enabling AXME platform admin analytics to identify which SDK
generated the traffic.
- New SDK_VERSION public constant on AxmeClient (kept in sync with releases)
- Header added in the main HttpRequest builder
- Tests verify the header is set on register-nick and check-nick paths
0 commit comments