The RestSrvr library represents a wrapper around .NET's HTTP API to provide a Windows Communication Foundation (WCF) REST like wrapper allowing for cross platform REST Server implementation used by the rest of SanteDB (Linux, Android, IOS, Windows, etc.).
Info
| Version: | 3.0.2020-alpha |
| Author(s): | SanteSuite Contributors |
| Last Update: | Saturday, October 18, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://santesuite.org/ |
| NuGet Url: | https://www.nuget.org/packages/RestSrvr |
Install
Install-Package RestSrvr
dotnet add package RestSrvr
paket add RestSrvr
RestSrvr Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.3)
Tags