mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Get Mappings models instead of just IMapping interface #187
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 @gregoks on GitHub (Jul 16, 2019).
Originally assigned to: @StefH on GitHub.
Hi,
I want to be able to serialize existing mappings andd send them as an object over http. Thats why I need the mapping model information like path, request matchers, response etc as properties, IMapping isnt enough.
Thanks!
Greg
@StefH commented on GitHub (Jul 16, 2019):
https://github.com/WireMock-Net/WireMock.Net/pull/298
Can you check the code changes in that PR if this is what you need.
@gregoks commented on GitHub (Jul 16, 2019):
Yes exactly! Thanks!
@StefH commented on GitHub (Jul 16, 2019):
Version 1.0.23 will be available on NuGet in some time.