Kuestenlogik.Bowire.Protocol.Rest
1.8.0
Prefix Reserved
dotnet add package Kuestenlogik.Bowire.Protocol.Rest --version 1.8.0
NuGet\Install-Package Kuestenlogik.Bowire.Protocol.Rest -Version 1.8.0
<PackageReference Include="Kuestenlogik.Bowire.Protocol.Rest" Version="1.8.0" />
<PackageVersion Include="Kuestenlogik.Bowire.Protocol.Rest" Version="1.8.0" />
<PackageReference Include="Kuestenlogik.Bowire.Protocol.Rest" />
paket add Kuestenlogik.Bowire.Protocol.Rest --version 1.8.0
#r "nuget: Kuestenlogik.Bowire.Protocol.Rest, 1.8.0"
#:package Kuestenlogik.Bowire.Protocol.Rest@1.8.0
#addin nuget:?package=Kuestenlogik.Bowire.Protocol.Rest&version=1.8.0
#tool nuget:?package=Kuestenlogik.Bowire.Protocol.Rest&version=1.8.0
Bowire
The multi-protocol API workbench. gRPC, REST, GraphQL, JSON-RPC, SignalR, WebSocket, SSE, MQTT, Socket.IO, MCP, OData, AsyncAPI, AMQP, Kafka, Akka.NET, NATS, SOAP, Pulsar — run against any service URL with zero code changes.
Quickstart · Features · Why Bowire · Docs · Downloads · Bootcamp
Install
# .NET tool (cross-platform, recommended)
dotnet tool install -g Kuestenlogik.Bowire.Tool
Windows MSIs, portable ZIPs, Docker images, and pending winget / Homebrew / Chocolatey distributions — all listed on the Downloads page. It's the source of truth for what's available right now.
→ 5-minute Quickstart for the first call against your own service.
Embedded mode
Mount the workbench inside an existing ASP.NET host:
dotnet add package Kuestenlogik.Bowire
var app = WebApplication.Create(args);
app.MapBowire(); // workbench at /bowire
app.Run();
Discovery picks services off the host's IServiceProvider — REST routes, gRPC reflection, SignalR hubs, custom protocols. See Setup → Embedded.
Documentation
Everything user-facing lives at bowire.io. The most-asked entries:
- Quickstart — zero to first call
- Bootcamp — hands-on walkthrough, six units + capstone
- Features — workbench surfaces, recordings, mock, MCP
- Protocols — per-protocol setup and conventions
- Architecture — plugin model, host packages, ALC isolation
- API reference — DocFX-generated reference
Roadmap & Community
- ROADMAP.md — what shipped, what's planned, what's deliberately out of scope
- Community — Discord, Discussions, Issues
- CONTRIBUTING.md — plugin authoring, smoke tests, PR workflow
License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Kuestenlogik.Bowire (>= 1.8.0)
- Kuestenlogik.Bowire.Mock (>= 1.8.0)
- Microsoft.OpenApi (>= 3.5.5)
- Microsoft.OpenApi.YamlReader (>= 3.5.5)
- YamlDotNet (>= 18.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.8.0 | 0 | 6/6/2026 |
| 1.7.0 | 81 | 6/3/2026 |
| 1.6.1 | 98 | 5/25/2026 |
| 1.6.0 | 130 | 5/25/2026 |
| 1.5.1 | 95 | 5/24/2026 |
| 1.5.0 | 96 | 5/20/2026 |
| 1.4.4 | 115 | 5/17/2026 |
| 1.4.3 | 84 | 5/17/2026 |
| 1.4.2 | 97 | 5/17/2026 |
| 1.4.1 | 96 | 5/17/2026 |
| 1.4.0 | 93 | 5/17/2026 |
| 1.4.0-rc.1 | 49 | 5/17/2026 |
| 1.3.0 | 106 | 5/12/2026 |
| 1.3.0-rc.1 | 53 | 5/12/2026 |
| 1.2.0 | 99 | 5/11/2026 |
| 1.2.0-rc.1 | 53 | 5/11/2026 |
| 1.1.0 | 98 | 5/11/2026 |
| 1.1.0-rc.4 | 64 | 5/11/2026 |
| 1.0.12 | 90 | 5/6/2026 |
| 1.0.11 | 101 | 5/5/2026 |
