File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55[ ![ NuGet] ( https://img.shields.io/nuget/v/JsonApiDotNetCore.svg )] ( https://www.nuget.org/packages/JsonApiDotNetCore/ )
66[ ![ MyGet CI] ( https://img.shields.io/myget/research-institute/v/JsonApiDotNetCore.svg )] ( https://www.myget.org/feed/research-institute/package/nuget/JsonApiDotNetCore )
77
8- JSON API Spec Conformance: ** Non Conforming**
9-
108## Installation
119
1210` Install-Package JsonApiDotNetCore `
@@ -40,7 +38,9 @@ services.AddJsonApi(config => {
4038app.UseJsonApi();
4139```
4240
43- ## Specifying The Presenter / ViewModel
41+ ## Specifying The JsonApiResources
42+
43+ You can think of these as the presenter / view model definitions for your models.
4444
4545 - When you define a model, you ** MUST** specify the associated resource class using the ` JsonApiResource ` attribute.
4646 - The specified resource class ** MUST** implement ` IJsonApiResource ` .
You can’t perform that action at this time.
0 commit comments