Skip to content

v0.2.6

Choose a tag to compare

@aaronmgn aaronmgn released this 29 Jun 08:34
fb80a1e

Write/mutating-endpoint audit fixes (#33), all live-verified against the demo (paper) account.

Fixed

  • POST endpoints that serialized their request DTO into the query string now send it as the JSON
    body (order.list_active_orders, news.list_news_headlines,
    client_preference.save_client_preference_overridden_settings) - they previously failed with
    HTTP 415 / 400 "content-type not supported".
  • preference.delete_user_preference sends its Preferences argument as a query parameter (the
    body form 400s), matching the earlier delete_watchlist fix.
  • price_alert.delete_pa returns bool (the endpoint returns a bare scalar true).
  • ListNewsHeadlinesRequestDTO filter fields are now optional, so the request is constructible
    with a single filter as documented.

See CHANGELOG.md.