Skip to content

docs(voice): put Server SDK examples before cURL in outbound calling - #695

Open
Devon-White wants to merge 2 commits into
mainfrom
devon/reorder-sck-curl-examples
Open

Devon-White wants to merge 2 commits into
mainfrom
devon/reorder-sck-curl-examples

Conversation

@Devon-White

Copy link
Copy Markdown
Collaborator

What

Reorders the code examples in the outbound calling guide so the SignalWire Server SDK samples lead and cURL comes last.

Seven <CodeBlocks> groups on fern/products/platform/pages/calling/voice/outbound-calling.mdx now run Python → TypeScript → cURL instead of cURL first:

  • Place the call (REST tab)
  • Track call progress via REST
  • Run an AI agent
  • Leave a voicemail
  • Whisper before connecting two people
  • Record the call
  • Stream the call audio

The Relay and Browser SDK groups have no cURL block and are untouched, as is the REST / WebSocket (Relay) tab pair — that split is by transport, not by cURL vs. SDK.

Two prose lines that listed cURL ahead of the SDKs were reordered to match:

  • the approach table: "using a Server SDK or cURL"
  • the Place the call intro: "with a SignalWire Server SDK or any server-side HTTP client"

No example content changed — the diff is pure reordering plus those two lines.

Verify

yarn fern-md-check passes.

Preview: /docs/platform/voice/outbound-calling

Reorder the seven REST CodeBlocks groups in the outbound calling guide so the
Python and TypeScript Server SDK samples come first and cURL comes last, and
match the two prose lines that listed cURL ahead of the SDKs.
@github-actions

github-actions Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

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.

2 participants