a love letter to tangled (android, iOS, and a search API)
1{{define "title"}}XRPC — Twister API{{end}}
2{{define "content"}}
3<h1>XRPC</h1>
4<p>XRPC endpoints provide a single-origin pass-through to Tangled knots, PDS
5hosts, and the Bluesky public API. All query parameters are forwarded verbatim.
6Responses are streamed back unchanged, making these suitable for browser clients
7that cannot make direct cross-origin requests.</p>
8{{range .}}{{template "doc-entry" .}}{{end}}
9{{end}}
10{{template "layout" .}}