Skip to content

Commit 14af6c6

Browse files
committed
Add baku to docs
1 parent 4bed2f2 commit 14af6c6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/other/other_interpreters.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Other interpreters
1+
# Other interpreters & extensions
22

3-
At its core, tapir creates a data structure describing the HTTP endpoints. This data structure can be freely
4-
interpreted also by code not included in the library. Below is a list of projects, which provide tapir interpreters.
3+
At its core, Tapir creates a data structure describing the HTTP endpoints. This data structure can be freely
4+
interpreted also by code not included in the library. Below is a list of projects, which provide tapir interpreters
5+
and extensions to the project.
56

67
## GraphQL
78

@@ -26,3 +27,7 @@ layer that allows you to create traced http endpoints from tapir Endpoint defini
2627
## tapir + kyo
2728

2829
[Kyo](https://github.com/getkyo/kyo/#routes-http-server-via-tapir) includes a tapir integration module.
30+
31+
## Baku
32+
33+
[Baku](https://github.com/arkida39/baku) is a Tapir extension library that allows you to easily isolate your API definitions from server and security logic for cleaner, more maintainable code. This makes it simple to share contracts across microservices without exposing the underlying implementation.

0 commit comments

Comments
 (0)