go-wiremock
go-wiremock copied to clipboard
Golang WireMock admin API client
## References - TODO ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/) to get any help in `#help-contributing` or a project-specific channel like `#wiremock-java` - [ ] The...
* Add support for clearing the request log * Add support for getting the number of requests that didn't match any stub
This is an attempt to add a find method to the client This is for the verify behavior documented at http://wiremock.org/docs/verifying/
## Adds Transformer Parameter Support This PR implements the **Transformer Parameter** feature, as documented in the [WireMock response templating guide](https://wiremock.org/docs/response-templating/#using-transformer-parameters). The change enables dynamic parameter usage in response templates, improving...