Allow getting validation-enabled mock URLs #144
Labels
component/documentation
Improvements or additions to documentation
component/settings
Relates to API/settings availables
kind/enhancement
Enhancement of existing feature
Milestone
Reason/Context
In Microcks 1.11.0, we introduced mick endpoints that are doing client request validation before returning the mock response (see https://microcks.io/blog/microcks-1.11.0-release/#validation-on-mocks).
Description
We should provide new methods to get those endpoints instead of the existing ones if the user wants to turn-on validation for its requests.
Implementation ideas
New methods like
getValidatingRestMockEndpoint()
should be provided.The text was updated successfully, but these errors were encountered: