Use F# to create and consume flexible, strongly typed web APIs following the JSON:API specification.
Info
Version: | 2.0.1 |
Author(s): | Christer van der Meeren |
Last Update: | Thursday, October 31, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cmeeren/FSharp.JsonApi |
NuGet Url: | https://www.nuget.org/packages/FSharp.JsonApi.AspNetCore |
Install
Install-Package FSharp.JsonApi.AspNetCore
dotnet add package FSharp.JsonApi.AspNetCore
paket add FSharp.JsonApi.AspNetCore
FSharp.JsonApi.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.JsonApi(>= 2.0.1)
- FSharp.Core(>= 4.6.0)
- Microsoft.AspNetCore.Http(>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
Tags