mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #675] [MERGED] Support basepath from servers #1027
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:SupportServersPathOpenAPI📝 Commits (3)
cacc51bSupport basepath from serversa1c877dRefactor BasePath83e716fComments applied📊 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.