Skip to content

History / Recipes

Revisions

  • Add 'Debug an auth failure end-to-end' recipe Python port of the Node SDK debug-auth recipe. Adapted for Python idioms: with-context-manager client, sys.exit on early return, str(e) for exception message inspection. Same matrix of failure modes (UNAUTHORIZED / FORBIDDEN / IP-allowlist / old SDK version).

    Pim Feltkamp committed Apr 27, 2026
  • Add Recipes page; link from Home Recipes.md collects 11 copyable Python-idiomatic patterns: context-managed client, backtest polling, fill detection, auth-aware retry wrapper, thread-pool fan-out, custom httpx.Client, serverless timeout tuning, retry disabling, and pytest-httpx mocking. Same scope as the Node SDK Recipes page, adapted for sync httpx and Python idioms.

    Pim Feltkamp committed Apr 26, 2026