wiremock / wiremock-webhooks-extension

Webhook simulation for WireMock
Apache License 2.0
24 stars 11 forks source link

[Feature] Templatize webhooks #8

Open nhomble opened 5 years ago

nhomble commented 5 years ago

In GH-5 we address dynamic webhooks by creating transformers to our webhooks and in GH-7 we will export webhook definitions as templates. Given the templates, we should also integrate with handlebars (already brought in via the main wiremock dependency) to do configure different webhooks without jar updates.

babochenko commented 5 years ago

@nhomble I might implement this if thats not being done already. Contact me if you want

nhomble commented 5 years ago

Hey @stasmihailov I’m not aware of anyone doing it. I’d certainty be interested to see your implementation!