Skip to content

0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 26 May 10:17
fa1934a

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.