[PR #675] [MERGED] Support basepath from servers #1027

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/675
Author: @leolplex
Created: 11/1/2021
Status: Merged
Merged: 11/2/2021
Merged by: @StefH

Base: masterHead: SupportServersPathOpenAPI


📝 Commits (3)

📊 Changes

2 files changed (+25 additions, -9 deletions)

View changed files

📝 src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs (+24 -8)
📝 src/WireMock.Net.OpenApiParser/WireMockOpenApiParser.cs (+1 -1)

📄 Description

Hello @StefH ,

This change support the basepath definition in v2 and servers in v3. The idea is when the file has a relative or absolute path this is attached at the path.

Thanks.


🔄 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/675 **Author:** [@leolplex](https://github.com/leolplex) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/2/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `SupportServersPathOpenAPI` --- ### 📝 Commits (3) - [`cacc51b`](https://github.com/wiremock/WireMock.Net/commit/cacc51bb75cee6eca3f0a0e7bcd0440e95c5fb18) Support basepath from servers - [`a1c877d`](https://github.com/wiremock/WireMock.Net/commit/a1c877d4f3099a6093722749a7ec009cd4b900b9) Refactor BasePath - [`83e716f`](https://github.com/wiremock/WireMock.Net/commit/83e716f96937aa401c09e0d1fd3f2a7957f71425) Comments applied ### 📊 Changes **2 files changed** (+25 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs` (+24 -8) 📝 `src/WireMock.Net.OpenApiParser/WireMockOpenApiParser.cs` (+1 -1) </details> ### 📄 Description Hello @StefH , This change support the basepath definition in v2 and servers in v3. The idea is when the file has a relative or absolute path this is attached at the path. Thanks. --- <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 15:34:54 +01:00
adam closed this issue 2025-12-29 15:34:54 +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-wiremock#1027