Info
Version: | 2.12.0 |
Author(s): | Scott McDonald |
Last Update: | Sunday, June 30, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scott-mcdonald/JsonApiFramework |
NuGet Url: | https://www.nuget.org/packages/JsonApiFramework.Core |
Install
Install-Package JsonApiFramework.Core
dotnet add package JsonApiFramework.Core
paket add JsonApiFramework.Core
JsonApiFramework.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Humanizer.Core(>= 2.8.26)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
Tags
Portable .NET foundation-level 'convention' classes used for defining what conventions are to be used by the hypermedia API server or client application.
Portable .NET foundation-level 'service model' classes that represent the domain model of the resources produced and consumed by the hypermedia API server or client application.
The 'service model' contains the metadata of individual resources and the schema of how resources are related to each other through relationships (to-one or to-many).