Skip to content

Commit 8825cd7

Browse files
committed
add sample app links to documentation
1 parent 75c9f60 commit 8825cd7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

frontend/src/pages/Documentation.jsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ function Documentation() {
1313
<li>
1414
<a href="#1">What is an API?</a>
1515
</li>
16+
<li>
17+
<a href="#6">I'm a total newbie to REST APIs. Is there a beginner-friendly introduction?</a>
18+
</li>
1619
<li>
1720
<a href="#2">
1821
Which data does the "one API to rule them all" provide?
@@ -27,6 +30,7 @@ function Documentation() {
2730
<li>
2831
<a href="#5">May I use pagination, sorting and filtering?</a>
2932
</li>
33+
3034
</ul>
3135
</p>
3236
<br />
@@ -49,6 +53,21 @@ function Documentation() {
4953
</p>
5054
</div>
5155
</div>
56+
<div id="6" className="card fluid">
57+
<div className="section">
58+
<h2>I'm a total newbie to REST APIs. Is there a beginner-friendly introduction?</h2>
59+
<p>
60+
Yes, I wrote a blog post that explains in detail how REST APIs work and why you would use
61+
them at all. It also covers authentication, JSON handling and a sample React app. {' '}
62+
<a href="https://rike.dev/2021/05/04/rest-apis-for-absolute-beginners/">
63+
This is the link to the blog post
64+
</a> and <a href="https://github.com/gitfrosh/lotr-api/tree/release/sample-app">
65+
here you will find the according code base
66+
</a> for the
67+
sample React app.
68+
</p>
69+
</div>
70+
</div>
5271
<div id="2" className="card fluid">
5372
<div className="section">
5473
<h2>Which data does the "one API to rule them all" provide?</h2>

0 commit comments

Comments
 (0)