.NET Implementation And Demo
2 February 2020 · Servirtium
Stephen Hand is making a .NET implementation (library) and ClimateAPI demo solution.
Library: github.com/stephenhand/servirtium-dotnet
Climate API Demo: github.com/stephenhand/servirtium-demo-dotnet-climate-tck
C# Examples (Climate API):
- Playback of a Servirtium recording: Servirtium.Demo/ClimateApiPlaybackTests.cs
- Making a Servirtium recording: Servirtium.Demo/ClimateApiRecordingTests.cs
- In the same package, see also a direct example for contrast.