This message was deleted.
# wiremock-java
s
This message was deleted.
o
Hi. Most of WireMock is configurable via JSON (and soon to be YAML) files, samples for which you can find on the respective documentation pages.
You can indeed configure WireMock via a REST API client, but it is not something you would normally need for basic use-cases.
If you need static methods from the standard Java API, You can use the API CLient from https://github.com/wiremock/wiremock, just by configuring the proper endpoint there. We do not bundle the client API in the Tesctontainers Modules, because it goes against AtomicJar's certification requirements 😞
✅ 1