Skip to content

Commit 1f3c34e

Browse files
committed
new api resource
1 parent 041876b commit 1f3c34e

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4427,6 +4427,11 @@ <h2>API resources</h2>
44274427
are, why they are valuable and how to use them properly. </p>
44284428
</li>
44294429
<li>
4430+
<p><a href="https://codewords.recurse.com/issues/five/what-restful-actually-means">What RESTful actually means</a>
4431+
does a fantastic job of laying out the REST principles in plain language
4432+
terms while giving some history on how they came to be.</p>
4433+
</li>
4434+
<li>
44304435
<p><a href="http://sendgrid.com/blog/whats-webhook/">What is a webhook?</a> by
44314436
<a href="https://twitter.com/YayNickQ">Nick Quinlan</a> is a plain English explanation
44324437
for what webhooks are and why they are necessary in the API world.</p>

application-programming-interfaces.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ <h2>API resources</h2>
8383
are, why they are valuable and how to use them properly. </p>
8484
</li>
8585
<li>
86+
<p><a href="https://codewords.recurse.com/issues/five/what-restful-actually-means">What RESTful actually means</a>
87+
does a fantastic job of laying out the REST principles in plain language
88+
terms while giving some history on how they came to be.</p>
89+
</li>
90+
<li>
8691
<p><a href="http://sendgrid.com/blog/whats-webhook/">What is a webhook?</a> by
8792
<a href="https://twitter.com/YayNickQ">Nick Quinlan</a> is a plain English explanation
8893
for what webhooks are and why they are necessary in the API world.</p>

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>2015-12-19T10:32:07Z</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>2015-12-20T09:44:34Z</updated></feed>

source/content/pages/06-web-apis/01-application-programming-interfaces.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ on the number's page on Twilio as shown below.
6060
[APIs 101](https://zapier.com/blog/apis-101/) free guide for what APIs
6161
are, why they are valuable and how to use them properly.
6262

63+
* [What RESTful actually means](https://codewords.recurse.com/issues/five/what-restful-actually-means)
64+
does a fantastic job of laying out the REST principles in plain language
65+
terms while giving some history on how they came to be.
66+
6367
* [What is a webhook?](http://sendgrid.com/blog/whats-webhook/) by
6468
[Nick Quinlan](https://twitter.com/YayNickQ) is a plain English explanation
6569
for what webhooks are and why they are necessary in the API world.

0 commit comments

Comments
 (0)