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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
AuthApi.auth() — exchange an API key for a short-lived JWT against POST /auth/token (OpenAPI spec 0.95.1). The client now ships AuthTokenResponse and AuthTokenError models and an apiKeyAuth (X-API-Key) security scheme.
EquityPoint model and ResultMap.pnlTotalPercent / ResultMap.equityCurve fields, carried forward from a prior spec bump that had not been regenerated here.
Fixed
README quickstart now reads the JWT from QTSURFER_TOKEN (was JWT_API_TOKEN), matching the TS and Python clients.