[PR #824] [MERGED] WebHook - Transform Url #1101

Closed
opened 2025-12-29 08:34:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/824
Author: @StefH
Created: 10/1/2022
Status: Merged
Merged: 10/15/2022
Merged by: @StefH

Base: masterHead: webhook-822


📝 Commits (4)

📊 Changes

6 files changed (+229 additions, -176 deletions)

View changed files

examples/WireMock.Net.Client/Properties/launchSettings.json (+8 -0)
📝 src/WireMock.Net/Http/WebhookSender.cs (+9 -5)
📝 src/WireMock.Net/Transformers/ITransformer.cs (+5 -1)
src/WireMock.Net/Transformers/TransformModel.cs (+13 -0)
📝 src/WireMock.Net/Transformers/Transformer.cs (+47 -23)
📝 test/WireMock.Net.Tests/WireMockServer.WebhookTests.cs (+147 -147)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/824 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/1/2022 **Status:** ✅ Merged **Merged:** 10/15/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `webhook-822` --- ### 📝 Commits (4) - [`f7fca43`](https://github.com/wiremock/WireMock.Net/commit/f7fca43f1d2a6f73a21552cf5a6bd0978c7ac030) WebHook - Url - [`a7570f0`](https://github.com/wiremock/WireMock.Net/commit/a7570f07ce52e26f94cc8dabcf51c379f4f6a541) Merge branch 'master' into webhook-822 - [`8b9c545`](https://github.com/wiremock/WireMock.Net/commit/8b9c545765b34c5ee62d2dcb40c791a91cab51b6) . - [`3f97914`](https://github.com/wiremock/WireMock.Net/commit/3f97914d65dcc096c5823cefa8fe7647c96281ce) Merge branch 'master' into webhook-822 ### 📊 Changes **6 files changed** (+229 additions, -176 deletions) <details> <summary>View changed files</summary> ➕ `examples/WireMock.Net.Client/Properties/launchSettings.json` (+8 -0) 📝 `src/WireMock.Net/Http/WebhookSender.cs` (+9 -5) 📝 `src/WireMock.Net/Transformers/ITransformer.cs` (+5 -1) ➕ `src/WireMock.Net/Transformers/TransformModel.cs` (+13 -0) 📝 `src/WireMock.Net/Transformers/Transformer.cs` (+47 -23) 📝 `test/WireMock.Net.Tests/WireMockServer.WebhookTests.cs` (+147 -147) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:43 +01:00
adam closed this issue 2025-12-29 08:34:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1101