mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #479] [MERGED] An OpenApi (swagger) parser to generate MappingModel or mapping.json file #937
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/479
Author: @StefH
Created: 6/17/2020
Status: ✅ Merged
Merged: 7/1/2020
Merged by: @StefH
Base:
master← Head:OpenApiParser📝 Commits (10+)
8657fdewip9e050ad.a79315amerge from master1fb416c.b1e1efanuget91bf612.0fa63ea.e72bee1WithMappingModel2fa1352testsd156c7fmrg from master📊 Changes
31 files changed (+4907 additions, -646 deletions)
View changed files
📝
WireMock.Net Solution.sln(+202 -97)📝
examples/WireMock.Net.Client/WireMock.Net.Client.csproj(+0 -1)➕
examples/WireMock.Net.Console.NETCoreApp2/Program.cs(+28 -0)📝
examples/WireMock.Net.Console.NETCoreApp2/WireMock.Net.Console.NETCoreApp2.csproj(+7 -1)➕
examples/WireMock.Net.Console.NETCoreApp2/__admin/mappings/wiremock-petstore-openapi3.json(+602 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/Program.cs(+35 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/Run.cs(+64 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/WireMock.Net.OpenApiParser.ConsoleApp.csproj(+26 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/infura.yaml(+337 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/petstore-openapi3.json(+840 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/petstore.yml(+730 -0)➕
examples/WireMock.Net.OpenApiParser.ConsoleApp/wiremock-petstore-openapi3.json(+602 -0)➕
src/WireMock.Net.Abstractions/Server/IWireMockServer.cs(+162 -0)📝
src/WireMock.Net.Abstractions/WireMock.Net.Abstractions.csproj(+1 -1)➕
src/WireMock.Net.OpenApiParser/Extensions/OpenApiSchemaExtensions.cs(+92 -0)➕
src/WireMock.Net.OpenApiParser/Extensions/WireMockServerExtensions.cs(+59 -0)➕
src/WireMock.Net.OpenApiParser/IWireMockOpenApiParser.cs(+37 -0)➕
src/WireMock.Net.OpenApiParser/Types/SchemaFormat.cs(+25 -0)➕
src/WireMock.Net.OpenApiParser/Types/SchemaType.cs(+21 -0)➕
src/WireMock.Net.OpenApiParser/Utils/DateTimeUtils.cs(+18 -0)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.