File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 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
1717
1818These are some steps you can take to help you understand what this project is and how you can use it:
1919
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/ )
2631- [ Roadmap] ( ROADMAP.md )
2732
2833## Related Projects
Original file line number Diff line number Diff line change 33 {
44 "src" : [
55 {
6- "files" : [ " **/JsonApiDotNetCore.csproj" ],
6+ "files" : [ " **/JsonApiDotNetCore.csproj" , " **/JsonApiDotNetCore.Annotations.csproj " ],
77 "src" : " ../"
88 }
99 ],
You can’t perform that action at this time.
0 commit comments