Hi all, does anyone know why when verifying using ...
# general
i
Hi all, does anyone know why when verifying using API,
POST __admin/requests/find
endpoint only returns the requests objects , however the
GET __admin/requests
endpoint also returns the response and
wasMatched
flag? And more importantly, can something be done so that the Find API also returns that information about the match status.
Anyone? I understand that most of you are using Wiremock from Java, but the tool has great potential as standalone mock server, if only validation was made a bit more user-friendly, otherwise it's just as likely that someone is going to make an error in API client or in the script necessary to validate the API calls.
t
It’s a historic thing. Started out that way, then stuck to avoid breaking changes. Guess we could consider changing this in 4.x since we’re making some breaking changes there.