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