mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
422 Unprocessable Entity #569
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chertby on GitHub (Jan 28, 2024).
I run a WireMock in docker and then use
WireMock.Net.RestClientto create the mappings.I get an error:
The client allows to send a collection of mappings
But if believe the specification, then there is no such endpoint.
I can't figure it out, am I doing something wrong?
@chertby commented on GitHub (Jan 28, 2024):
Oh, it was my mistake I used the basic image
wiremock/wiremockinstead ofsheyenrath/wiremock.net.@StefH commented on GitHub (Jan 28, 2024):
Correct.
If you want to use a RestClient to access the WireMock Java version, you can try
WireMock.Org.RestClient.