File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/08-apis Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2842,6 +2842,11 @@ <h2>API creation resources</h2>
28422842 is based on Heroku's best practices for the platform's API.</ p >
28432843</ li >
28442844< li >
2845+ < p > < a href ="https://18f.gsa.gov/ "> 18F</ a > 's
2846+ < a href ="https://github.com/18f/api-standards "> API standards</ a > explains the details
2847+ behind their design decisions on creating modern RESTful APIs.</ p >
2848+ </ li >
2849+ < li >
28452850< p > < a href ="http://pydanny.com/choosing-an-api-framework-for-django.html "> Choosing an API framework for Django</ a >
28462851 by < a href ="https://twitter.com/pydanny "> PyDanny</ a > contains questions and insight
28472852 into what makes a good API framework and which one you should currently
Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ <h2>API creation resources</h2>
112112 is based on Heroku's best practices for the platform's API.</ p >
113113</ li >
114114< li >
115+ < p > < a href ="https://18f.gsa.gov/ "> 18F</ a > 's
116+ < a href ="https://github.com/18f/api-standards "> API standards</ a > explains the details
117+ behind their design decisions on creating modern RESTful APIs.</ p >
118+ </ li >
119+ < li >
115120< p > < a href ="http://pydanny.com/choosing-an-api-framework-for-django.html "> Choosing an API framework for Django</ a >
116121 by < a href ="https://twitter.com/pydanny "> PyDanny</ a > contains questions and insight
117122 into what makes a good API framework and which one you should currently
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 >2014-08-10T11:27:25Z </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-08-10T11:32:04Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ equivalent of browser testing in the web application world.
7979* This [ API Design Guide] ( https://github.com/interagent/http-api-design )
8080 is based on Heroku's best practices for the platform's API.
8181
82+ * [ 18F] ( https://18f.gsa.gov/ ) 's
83+ [ API standards] ( https://github.com/18f/api-standards ) explains the details
84+ behind their design decisions on creating modern RESTful APIs.
85+
8286* [ Choosing an API framework for Django] ( http://pydanny.com/choosing-an-api-framework-for-django.html )
8387 by [ PyDanny] ( https://twitter.com/pydanny ) contains questions and insight
8488 into what makes a good API framework and which one you should currently
You can’t perform that action at this time.
0 commit comments