Skip to content

Commit 3a489b1

Browse files
committed
new api creation resource
1 parent ae4ac05 commit 3a489b1

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
@@ -3313,6 +3313,11 @@ <h2>API creation resources</h2>
33133313
subscribing to updates via a REST interface. Both REST hooks and webhooks
33143314
are far more efficient than polling for updates and notifications.</p>
33153315
</li>
3316+
<li>
3317+
<p><a href="https://blogs.dropbox.com/developers/2015/04/how-many-http-status-codes-should-your-api-use/">How many status codes does your API need?</a>
3318+
gives an answer from a Dropbox API developer as to their decision making
3319+
process.</p>
3320+
</li>
33163321
</ul>
33173322
<h2>API creation learning checklist</h2>
33183323
<p><i class="fa fa-check-square-o"></i>

api-creation.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ <h2>API creation resources</h2>
206206
subscribing to updates via a REST interface. Both REST hooks and webhooks
207207
are far more efficient than polling for updates and notifications.</p>
208208
</li>
209+
<li>
210+
<p><a href="https://blogs.dropbox.com/developers/2015/04/how-many-http-status-codes-should-your-api-use/">How many status codes does your API need?</a>
211+
gives an answer from a Dropbox API developer as to their decision making
212+
process.</p>
213+
</li>
209214
</ul>
210215
<h2>API creation learning checklist</h2>
211216
<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>2015-04-10T07:46:04Z</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-04-12T09:04:03Z</updated></feed>

source/content/pages/06-web-apis/03-api-creation.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ equivalent of browser testing in the web application world.
150150
subscribing to updates via a REST interface. Both REST hooks and webhooks
151151
are far more efficient than polling for updates and notifications.
152152

153+
* [How many status codes does your API need?](https://blogs.dropbox.com/developers/2015/04/how-many-http-status-codes-should-your-api-use/)
154+
gives an answer from a Dropbox API developer as to their decision making
155+
process.
156+
153157

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

0 commit comments

Comments
 (0)