Skip to content

Commit bfa3031

Browse files
committed
added TOC
1 parent f4ded72 commit bfa3031

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99

1010
![WebApiToolkit helps to build application easily](/img/cover.png)
1111

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)
1227

1328
### 1. Key Features
1429
* `REST API Controller` with **full `CRUD`** contains ***only 20 lines*** of code (~ 10 are imports)

0 commit comments

Comments
 (0)