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 5
5
[ ![ NuGet] ( https://img.shields.io/nuget/v/JsonApiDotNetCore.svg )] ( https://www.nuget.org/packages/JsonApiDotNetCore/ )
6
6
[ ![ MyGet CI] ( https://img.shields.io/myget/research-institute/v/JsonApiDotNetCore.svg )] ( https://www.myget.org/feed/research-institute/package/nuget/JsonApiDotNetCore )
7
7
8
- JSON API Spec Conformance: ** Non Conforming**
9
-
10
8
## Installation
11
9
12
10
` Install-Package JsonApiDotNetCore `
@@ -40,7 +38,9 @@ services.AddJsonApi(config => {
40
38
app.UseJsonApi();
41
39
```
42
40
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.
44
44
45
45
- When you define a model, you ** MUST** specify the associated resource class using the ` JsonApiResource ` attribute.
46
46
- The specified resource class ** MUST** implement ` IJsonApiResource ` .
You can’t perform that action at this time.
0 commit comments