a love letter to tangled (android, iOS, and a search API)
1{{define "title"}}Pull Requests — Twister API{{end}}
2{{define "content"}}
3<h1>Pull Requests</h1>
4<p>Pull request endpoints fetch records and comments from an actor’s PDS.
5Responses include a pre-joined <code>status</code> field derived from
6<code>sh.tangled.repo.pull.status</code> records:
7<code>open</code>, <code>closed</code>, or <code>merged</code>.</p>
8{{range .}}{{template "doc-entry" .}}{{end}}
9{{end}}
10{{template "layout" .}}