reconciliation-api / testbench

Web application to try out reconciliation services interactively
https://reconciliation-api.github.io/testbench/
MIT License
12 stars 6 forks source link

Support for the draft specs #66

Open wetneb opened 7 months ago

wetneb commented 7 months ago

We should implement the draft specs in the testbench. Ideally it'd be nice to be able to still support 0.1 / 0.2, perhaps even let the user choose which protocol version they want to use (for services which support more than one version)?

saumier commented 4 months ago

@wetneb My team has implemented the latest draft spec that we are calling v0.3 until an official version number is decided. https://github.com/reconciliation-api/testbench/pull/74

Our version can be tested here: https://culturecreates.github.io/testbench/

This version checks the manifest of the endpoint to determine the format of request/response. So it should remain compatible with v0.2.

The only UI design change is to optionally display multiple languages returned by the endpoint. Here is the design input:

Screenshot 2024-07-08 at 11 02 18 AM
fsteeg commented 1 month ago

The related PR #74 has been closed, but that's probably just a mistake?