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