File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,17 @@ The ultimate goal of this library is to eliminate as much boilerplate as possibl
17
17
18
18
These are some steps you can take to help you understand what this project is and how you can use it:
19
19
20
- - [ What is JSON: API and why should I use it?] ( https://nordicapis.com/the-benefits-of-using-json-api/ )
21
- - [ The JSON: API specification] ( http://jsonapi.org/format/ )
22
- - Demo [ Video] ( https://youtu.be/KAMuo6K7VcE ) , [ Blog] ( https://dev.to/wunki/getting-started-5dkl )
23
- - [ Our documentation] ( https://www.jsonapi.net/ )
24
- - [ Check out the example projects] ( https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/master/src/Examples )
25
- - [ Embercasts: Full Stack Ember with ASP.NET Core] ( https://www.embercasts.com/course/full-stack-ember-with-dotnet/watch/whats-in-this-course-cs )
20
+ ### About
21
+ - [ What is JSON: API and why should I use it?] ( https://nordicapis.com/the-benefits-of-using-json-api/ ) (blog, 2017)
22
+ - [ Pragmatic JSON: API Design] ( https://www.youtube.com/watch?v=3jBJOga4e2Y ) (video, 2017)
23
+ - [ JSON: API and JsonApiDotNetCore] ( https://www.youtube.com/watch?v=79Oq0HOxyeI ) (video, 2021)
24
+ - [ JsonApiDotNetCore Release 4.0] ( https://dev.to/wunki/getting-started-5dkl ) (blog, 2020)
25
+ - [ JSON: API , .Net Core, EmberJS] ( https://youtu.be/KAMuo6K7VcE ) (video, 2017)
26
+ - [ Embercasts: Full Stack Ember with ASP.NET Core] ( https://www.embercasts.com/course/full-stack-ember-with-dotnet/watch/whats-in-this-course-cs ) (paid course, 2017)
27
+
28
+ ### Official documentation
29
+ - [ The JSON: API specification] ( https://jsonapi.org/format/1.1/ )
30
+ - [ JsonApiDotNetCore website] ( https://www.jsonapi.net/ )
26
31
- [ Roadmap] ( ROADMAP.md )
27
32
28
33
## Related Projects
Original file line number Diff line number Diff line change 3
3
{
4
4
"src" : [
5
5
{
6
- "files" : [ " **/JsonApiDotNetCore.csproj" ],
6
+ "files" : [ " **/JsonApiDotNetCore.csproj" , " **/JsonApiDotNetCore.Annotations.csproj " ],
7
7
"src" : " ../"
8
8
}
9
9
],
You can’t perform that action at this time.
0 commit comments