python-wiremock
python-wiremock copied to clipboard
Reach feature parity between WireMock Python and WireMock Java 2.35.0
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