Skip to content

Commit 1b82315

Browse files
committed
adding new api creation post
1 parent 0462580 commit 1b82315

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3240,6 +3240,10 @@ <h2>API creation resources</h2>
32403240
has their recommendations list for building an API based on their recent
32413241
experiences.</p>
32423242
</li>
3243+
<li>
3244+
<p><a href="https://bourgeois.me/rest/">Some REST Best Practices</a> is a high level
3245+
summary of rules to follow while creating your API.</p>
3246+
</li>
32433247
</ul>
32443248
<h2>API creation learning checklist</h2>
32453249
<p><i class="fa fa-check-square-o"></i>

api-creation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ <h2>API creation resources</h2>
167167
has their recommendations list for building an API based on their recent
168168
experiences.</p>
169169
</li>
170+
<li>
171+
<p><a href="https://bourgeois.me/rest/">Some REST Best Practices</a> is a high level
172+
summary of rules to follow while creating your API.</p>
173+
</li>
170174
</ul>
171175
<h2>API creation learning checklist</h2>
172176
<p><i class="fa fa-check-square-o"></i>

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-11-17T08:36:10Z</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-11-18T09:00:16Z</updated></feed>

source/content/pages/08-apis/0803-api-creation.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ equivalent of browser testing in the web application world.
125125
has their recommendations list for building an API based on their recent
126126
experiences.
127127

128+
* [Some REST Best Practices](https://bourgeois.me/rest/) is a high level
129+
summary of rules to follow while creating your API.
130+
128131

129132
## API creation learning checklist
130133
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)