Skip to content

Commit

Permalink
Updated table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Mejtika authored and oskardudycz committed Nov 4, 2020
1 parent 0ba00b7 commit 7424f1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Samples and resources of how to design WebApi with .NET Core
- [Routing with attributes](#routing-with-attributes)
- [Links](#links)
- [REST](#rest)
- [The Six Contraints of REST](#the-six-contraints-of-rest)
- [Client-server](#client-server)
- [Stateless](#stateless)
- [Cacheable](#cacheable)
- [Layered System](#layered-system)
- [Code on demand](#code-on-demand)
- [Uniform interface](#uniform-interface)
- [API Versioning](#api-versioning)
- [Filters](#filters)
- [Middleware](#middleware)
Expand Down

0 comments on commit 7424f1d

Please sign in to comment.