- AddedLines
- RemovedLines
Need to retrieve and parse diffs
Need to retrieve and parse diffs
We can pull out the IDs from the diff URL of the change. We get back a text blob consisting of a set of HTML table rows.
We need to parse <td class="diff-deletedline"> and <td class="diff-addedline">
Additionally, there is <del class="diffchange diffchange-inline"> present, and a likely equivalent for added lines.