Skip to content

Commit

Permalink
adding namedroute to index
Browse files Browse the repository at this point in the history
  • Loading branch information
akhesaCaro committed Feb 22, 2022
1 parent 74b5f06 commit 8a9dd28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/cookbook/index.rst
Expand Up @@ -19,6 +19,7 @@ you name it!

structuring-apis/StructuringApis.lhs
generic/Generic.lhs
namedRoutes/NamedRoutes.lhs
https/Https.lhs
db-mysql-basics/MysqlBasics.lhs
db-sqlite-simple/DBConnection.lhs
Expand Down
1 change: 1 addition & 0 deletions doc/cookbook/structuring-apis/StructuringApis.lhs
Expand Up @@ -217,5 +217,6 @@ Servant offers a convenient way to design APIs with records avoiding the orderin
A simple case is approached in the [Record-based APIs: the simple
case](https://docs.servant.dev/en/stable/cookbook/generic/Generic.html)
cookbook, which deals with flat APIs where every endpoint is on the same level.
Also, a more complex example with nested record is discussed in [Record-based APIs: the nested
records case](TODO) in which we implement an API tree with many branches.

0 comments on commit 8a9dd28

Please sign in to comment.