File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/06-web-apis Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments