Interface IRecordingJsonProvider
- Namespace
- Kuestenlogik.Bowire.Mock.Management
- Assembly
- Kuestenlogik.Bowire.Mock.dll
Recording-lookup seam consumed by POST /api/mocks when the
caller passes a { recordingId, label } body shape ("Use as
mock"). The Mock package doesn't know how the workbench stores
recordings — each host registers an adapter that bridges to its
own store (the standalone CLI's WorkbenchRecordingJsonProvider
scans every per-workspace ChunkedRecordingStore; embedded
hosts plug their own implementation).
public interface IRecordingJsonProvider
Methods
TryGetRecordingJson(string)
Return the verbatim JSON for a single recording, or null when not found.
string? TryGetRecordingJson(string recordingId)
Parameters
recordingIdstring