File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 9
9
10
10
![ WebApiToolkit helps to build application easily] ( /img/cover.png )
11
11
12
+ * [ 1. Key Features] ( #1-key-features )
13
+ * [ 2. API Contract] ( #2-api-contract )
14
+ * [ 3. Requirements] ( #3-requirements )
15
+ * [ 4. Toolkit usage algorithm with EntityFramework] ( #4-toolkit-usage-algorithm-with-entityframework )
16
+ + [ 4.1 REST Services] ( #41-rest-services )
17
+ + [ 4.2 GRPC Services] ( #42-grpc-services )
18
+ * [ 5. Nuget package] ( #5-nuget-package )
19
+ * [ 6. Examples] ( #6-examples )
20
+ + [ 6.1 REST Service example] ( #61-rest-service-example )
21
+ + [ 6.2 GRPC Service example] ( #62-grpc-service-example )
22
+ * [ 7. Extending API] ( #7-extending-api )
23
+ + [ 7.1 Add new methods to existing controller] ( #71-add-new-methods-to-existing-controller )
24
+ + [ 7.2 Add security to protect you API] ( #72-add-security-to-protect-you-api )
25
+ * [ 8. Additional materials] ( #8-additional-materials )
26
+ * [ 9. Contributors] ( #9-contributors )
12
27
13
28
### 1. Key Features
14
29
* ` REST API Controller ` with ** full ` CRUD ` ** contains *** only 20 lines*** of code (~ 10 are imports)
You can’t perform that action at this time.
0 commit comments