Skip to content

Commit

Permalink
Add tutorial video
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jun 19, 2024
1 parent 48a015e commit 0cc01b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/tutorials/03_json.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 3. Using JSON bodies

```{note}
The tutorial is also available [as a video](https://www.youtube.com/watch?v=NG8XWS7ijHU).
```

The endpoints we defined in the previous tutorials all used `String` bodies. Quite naturally, tapir supports
much more than that - using appropriate **codecs**, it's possible to serialize and deserialize to arbitrary types.
The most popular format on the web is JSON; hence, let's see how to expose a JSON-based endpoint using tapir.
Expand Down

0 comments on commit 0cc01b3

Please sign in to comment.