Skip to content

Commit

Permalink
Add video links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jul 3, 2024
1 parent 44895c1 commit 91a95b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/tutorials/04_errors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 4. Error handling

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

Many things can go wrong: that's why error handling is often the centerpiece of software libraries. We got a glimpse of
one of Tapir's components when it comes to error handling when we discussed
[adding OpenAPI documentation](02_openapi_docs.md). In this tutorial, we'll investigate Tapir's approach to error
Expand Down
4 changes: 4 additions & 0 deletions doc/tutorials/05_multiple_inputs_outputs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 5. Multiple inputs & outputs

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

In the tutorials so far we've seen how to use endpoints which have a single input and a single output, optionally with
an additional single error output. However, most commonly you'll have multiple inputs and outputs. This can
include multiple path, query parameters and headers, accompanied by a body as inputs, along with multiple output
Expand Down

0 comments on commit 91a95b7

Please sign in to comment.