Use F# to create and consume flexible, strongly typed web APIs following the JSON:API specification.
Info
Version: | 2.1.1 |
Author(s): | Christer van der Meeren |
Last Update: | Monday, January 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cmeeren/FSharp.JsonApi |
NuGet Url: | https://www.nuget.org/packages/FSharp.JsonApi |
Install
Install-Package FSharp.JsonApi
dotnet add package FSharp.JsonApi
paket add FSharp.JsonApi
FSharp.JsonApi Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.6.0)
- FSharp.JsonSkippable(>= 1.0.0)
- Microsoft.FSharpLu.Json(>= 0.11.5)
- Newtonsoft.Json(>= 12.0.1)
Tags