Closed picimako closed 1 year ago
Webhooks is an area of WireMock that hasn't been touched by WireMocha.
webhook()
originalRequest
webhook().withHeader("Content-Type", "<caret>")
WebhookDefinition
withUrl()
withBody()
withBinaryBody()
url
headers
body
base64Body
WebhookTransformer
systemValue
Completed in v1.0.16.
Summary
Webhooks is an area of WireMock that hasn't been touched by WireMocha.
Tasks
Ideas
Default argument reporting for methods in the.webhook()
chainoriginalRequest
Handlebars variable, and its sub-properties.webhook().withHeader("Content-Type", "<caret>")
.WebhookDefinition
mandatory in order for the webhook to work properly? Other Java side checks?withUrl()
methodwithBody()
orwithBinaryBody()
maybe be specified, but not both.url
property is missingheaders
property must be a map (an object), and not an array or something else.body
orbase64Body
may be specified, but not both.Not implementing for now
WebhookTransformer
extension implementation. Is it possible to make such a conversion?systemValue
Handlebars helper.Resources