Diff two protobuf messages
protobuf_diffDecode and compare two protobuf-encoded request or response bodies to identify changing fields like cursors or tokens, aiding API reverse-engineering for automation.
Instructions
Decode two exchanges' bodies as protobuf and diff them by field path - surfaces which fields change between requests (cursors, tokens, ids) vs stay constant. Ideal for reverse-engineering an API for automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First exchange id. | |
| b | Yes | Second exchange id. | |
| side | Yes | Which body to compare. |