Issues
Issue endpoints fetch records and comments from an actor’s PDS.
Responses include a pre-joined state field derived from
sh.tangled.repo.issue.state records.
GET /issues/{handle}/{rkey}
Single issue with pre-joined state (open/closed).
State is derived from sh.tangled.repo.issue.state records. If no state record exists the issue is considered open.
Path parameters
| Name | Type | Description |
|---|---|---|
handle |
string | Author's Tangled handle or DID. |
rkey |
string | Record key of the issue. |
GET /issues/{handle}/{rkey}/comments
All comments for a specific issue.
Filters sh.tangled.repo.issue.comment records from the actor's PDS by matching the issue AT URI.
Path parameters
| Name | Type | Description |
|---|---|---|
handle |
string | Author's Tangled handle or DID. |
rkey |
string | Record key of the parent issue. |