Skip to content

Add downstream extension API examples#61

Open
caijintaoduolacmeng-star wants to merge 1 commit into
ionq:mainfrom
caijintaoduolacmeng-star:codex/downstream-extension-examples
Open

Add downstream extension API examples#61
caijintaoduolacmeng-star wants to merge 1 commit into
ionq:mainfrom
caijintaoduolacmeng-star:codex/downstream-extension-examples

Conversation

@caijintaoduolacmeng-star
Copy link
Copy Markdown

Summary

  • Add sync and async downstream-SDK examples for the ClientExtension API.
  • Demonstrate SDK User-Agent tokens, default headers, sync/async event hooks, and API error mapping.
  • Document setup and link the new examples from the top-level README.

Closes #56

Verification

  • ruff check examples README.md -> All checks passed
  • ruff format --check examples -> 2 files already formatted
  • ty check examples/ -> All checks passed
  • PYTHONUTF8=1 python -m pytest -q -> 242 passed, 28 deselected, 100% coverage
  • sync and async payload/client sanity checks -> passed
  • git diff --check -> passed

@caijintaoduolacmeng-star caijintaoduolacmeng-star requested a review from a team as a code owner June 4, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an examples/ directory demonstrating downstream-SDK integration via the extension API

1 participant