Treediff
Compare texts or arbitrary sequences. Human readable comparisons, machine-optimized comparisons 2-way, 3-way, diff and merge.
2 subscribers
8.8/10 popularity
808 ms avg latency
100% success rate
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Treediff endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
diff /diff |
Request diffs between a `head` and a `compare` and optional `base` value. Adding a `base` param triggers the 3-way diff with `base` as the "common ancestor". |
| POST |
merge /merge |
Request the 3-way merge between a `head`, a `compare` and a `base` value. The `base` value serves as the "common ancestor". |
| POST |
treediff /treediff |
Tree comparison between a `head` and a `compare` and optional `base` tree. Adding a `base` param triggers the 3-way comparison with `base` as the "common ancestor". |
Treediff pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / hour |
|