Skip to content

Commit 275a3fb

Browse files
committed
tweaking wording on api creation page
1 parent 118ad55 commit 275a3fb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

api-creation.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ <h2>API creation resources</h2>
114114
<li>
115115
<p>"<a href="https://medium.com/@zwacky/design-a-beautiful-rest-api-901c73489458">Design a beautiful REST API</a>"
116116
reviews common design decisions regarding endpoints, versioning, errors and
117-
pagination.</p>
117+
pagination. There is also a
118+
<a href="https://www.youtube.com/watch?v=5WXYw4J4QOU">source material YouTube video</a>
119+
where this blog post derives its recommendations from.</p>
118120
</li>
119121
</ul>
120122
<h2>API creation learning checklist</h2>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-25T07:57:33Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-25T07:59:28Z</updated></feed>

source/content/pages/06-apis/0605-api-creation.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ equivalent of browser testing in the web application world.
8181

8282
* "[Design a beautiful REST API](https://medium.com/@zwacky/design-a-beautiful-rest-api-901c73489458)"
8383
reviews common design decisions regarding endpoints, versioning, errors and
84-
pagination.
84+
pagination. There is also a
85+
[source material YouTube video](https://www.youtube.com/watch?v=5WXYw4J4QOU)
86+
where this blog post derives its recommendations from.
8587

8688

8789
## API creation learning checklist

0 commit comments

Comments
 (0)