raml.examples.recorded-stub-mappings.example.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wiremock-standalone Show documentation
Show all versions of wiremock-standalone Show documentation
A web service test double for all occasions
{
"mappings" : [ {
"id" : "093f1027-e5e0-4921-9e6d-e619dfd5d2c7",
"name" : "recordables_123",
"request" : {
"url" : "/recordables/123",
"method" : "GET"
},
"response" : {
"status" : 200,
"body" : "{\n \"message\": \"Congratulations on your first recording!\"\n}",
"headers" : {
"Content-Type" : "application/json"
}
},
"uuid" : "093f1027-e5e0-4921-9e6d-e619dfd5d2c7",
"persistent" : true
} ]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy