a love letter to tangled (android, iOS, and a search API)
at main 9 lines 362 B view raw
1{{define "title"}}Issues &mdash; Twister API{{end}} 2{{define "content"}} 3<h1>Issues</h1> 4<p>Issue endpoints fetch records and comments from an actor&rsquo;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" .}}