python-wiremock icon indicating copy to clipboard operation
python-wiremock copied to clipboard

Reach feature parity between WireMock Python and WireMock Java 2.35.0

Open oleg-nenashev opened this issue 2 years ago • 0 comments
trafficstars

Proposal

As @tomakehurst documented in #47 , there are serious differences in the Admin APIs and capabilities of the implementations

Missing API routes

Find stub mappings by metadata: /mappings/find-by-metadata

Import stub mappings: /mappings/import

File put and delete: /files /files/**

Set single scenario state: /scenarios/{name}/state

Delete requests operations: /requests/{id} /requests/remove /requests/remove-by-metadata

Recording: /recordings/start /recordings/stop /recordings/snapshot

Missing Matchers

doesNotContain not before after equalToDateTime and or

References

No response

oleg-nenashev avatar Apr 21 '23 15:04 oleg-nenashev