Skip to content

Commit ac0d937

Browse files
committed
a few more warnings
1 parent 532e26c commit ac0d937

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

chapters/index.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ hello
2222
```
2323

2424
::: {.callout-warning}
25-
## A note before we start
25+
## A few notes before we start
2626

2727
Although this workshop is about APIs in general, we will focus specifically on web APIs—particularly REST APIs that return JSON data. We’ve chosen this focus because REST APIs are the most common type of API and are also the most accessible without requiring specialized software.
28+
29+
Additionally, to keep things simple, we will not cover authentication. This means we will not be using API keys or tokens to access data.
30+
31+
Finally, we will only be working with GET requests, meaning we won’t be creating, updating, or deleting any data.
2832
:::
2933

3034
The workbook is divided into two main sections:

0 commit comments

Comments
 (0)