You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+29-31Lines changed: 29 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -3905,23 +3905,6 @@ <h2>Hosted API testing services</h2>
3905
3905
<h2>API creation resources</h2>
3906
3906
<ul>
3907
3907
<li>
3908
-
<p><ahref="http://pydanny.com/choosing-an-api-framework-for-django.html">Choosing an API framework for Django</a>
3909
-
by <ahref="https://twitter.com/pydanny">PyDanny</a> contains questions and insight
3910
-
into what makes a good API framework and which one you should currently
3911
-
choose for Django.</p>
3912
-
</li>
3913
-
<li>
3914
-
<p><ahref="https://realpython.com/blog/python/create-a-rest-api-in-minutes-with-pyramid-and-ramses/">Create a REST API in Minutes with Pyramid and Ramses</a>
3915
-
is a thorough tutorial from start to finish that uses the
3916
-
<ahref="/pyramid.html">Pyramid</a> web framework along with
3917
-
<ahref="https://pypi.python.org/pypi/ramses/">Ramses</a>, a library that uses
3918
-
YAML files to generate a RESTful API.</p>
3919
-
</li>
3920
-
<li>
3921
-
<p><ahref="http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions">RESTful web services with Python</a>
3922
-
is an interesting overview of the Python API frameworks space.</p>
3923
-
</li>
3924
-
<li>
3925
3908
<p><ahref="https://rocketeer.be/blog/2015/03/api-quality/">An API is only as good as its documentation</a>
3926
3909
is a strongly held mantra in the web API world because so many APIs have
3927
3910
poor documentation that prevents ease-of-use. If an API is not well
is based on Heroku's best practices for the platform's API.</p>
3986
+
</li>
3987
+
</ul>
3988
+
<h2>Python-specific API creation resources</h2>
3989
+
<ul>
3990
+
<li>
3991
+
<p><ahref="http://pydanny.com/choosing-an-api-framework-for-django.html">Choosing an API framework for Django</a>
3992
+
by <ahref="https://twitter.com/pydanny">PyDanny</a> contains questions and insight
3993
+
into what makes a good API framework and which one you should currently
3994
+
choose for Django.</p>
3995
+
</li>
3996
+
<li>
3997
+
<p><ahref="https://realpython.com/blog/python/create-a-rest-api-in-minutes-with-pyramid-and-ramses/">Create a REST API in Minutes with Pyramid and Ramses</a>
3998
+
is a thorough tutorial from start to finish that uses the
3999
+
<ahref="/pyramid.html">Pyramid</a> web framework along with
4000
+
<ahref="https://pypi.python.org/pypi/ramses/">Ramses</a>, a library that uses
4001
+
YAML files to generate a RESTful API.</p>
4002
+
</li>
4003
+
<li>
4004
+
<p><ahref="http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions">RESTful web services with Python</a>
4005
+
is an interesting overview of the Python API frameworks space.</p>
4006
+
</li>
4007
+
<li>
4005
4008
<p><ahref="http://blog.luisrei.com/articles/flaskrest.html">Implementing a RESTful Web API with Python & Flask</a>
4006
4009
is a good walkthrough for coding a Flask app that provides standard
4007
4010
web API functionality such as proper HTTP responses, authentication
Copy file name to clipboardExpand all lines: api-creation.html
+29-31Lines changed: 29 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -104,23 +104,6 @@ <h2>Hosted API testing services</h2>
104
104
<h2>API creation resources</h2>
105
105
<ul>
106
106
<li>
107
-
<p><ahref="http://pydanny.com/choosing-an-api-framework-for-django.html">Choosing an API framework for Django</a>
108
-
by <ahref="https://twitter.com/pydanny">PyDanny</a> contains questions and insight
109
-
into what makes a good API framework and which one you should currently
110
-
choose for Django.</p>
111
-
</li>
112
-
<li>
113
-
<p><ahref="https://realpython.com/blog/python/create-a-rest-api-in-minutes-with-pyramid-and-ramses/">Create a REST API in Minutes with Pyramid and Ramses</a>
114
-
is a thorough tutorial from start to finish that uses the
115
-
<ahref="/pyramid.html">Pyramid</a> web framework along with
116
-
<ahref="https://pypi.python.org/pypi/ramses/">Ramses</a>, a library that uses
117
-
YAML files to generate a RESTful API.</p>
118
-
</li>
119
-
<li>
120
-
<p><ahref="http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions">RESTful web services with Python</a>
121
-
is an interesting overview of the Python API frameworks space.</p>
122
-
</li>
123
-
<li>
124
107
<p><ahref="https://rocketeer.be/blog/2015/03/api-quality/">An API is only as good as its documentation</a>
125
108
is a strongly held mantra in the web API world because so many APIs have
126
109
poor documentation that prevents ease-of-use. If an API is not well
is based on Heroku's best practices for the platform's API.</p>
185
+
</li>
186
+
</ul>
187
+
<h2>Python-specific API creation resources</h2>
188
+
<ul>
189
+
<li>
190
+
<p><ahref="http://pydanny.com/choosing-an-api-framework-for-django.html">Choosing an API framework for Django</a>
191
+
by <ahref="https://twitter.com/pydanny">PyDanny</a> contains questions and insight
192
+
into what makes a good API framework and which one you should currently
193
+
choose for Django.</p>
194
+
</li>
195
+
<li>
196
+
<p><ahref="https://realpython.com/blog/python/create-a-rest-api-in-minutes-with-pyramid-and-ramses/">Create a REST API in Minutes with Pyramid and Ramses</a>
197
+
is a thorough tutorial from start to finish that uses the
198
+
<ahref="/pyramid.html">Pyramid</a> web framework along with
199
+
<ahref="https://pypi.python.org/pypi/ramses/">Ramses</a>, a library that uses
200
+
YAML files to generate a RESTful API.</p>
201
+
</li>
202
+
<li>
203
+
<p><ahref="http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions">RESTful web services with Python</a>
204
+
is an interesting overview of the Python API frameworks space.</p>
205
+
</li>
206
+
<li>
204
207
<p><ahref="http://blog.luisrei.com/articles/flaskrest.html">Implementing a RESTful Web API with Python & Flask</a>
205
208
is a good walkthrough for coding a Flask app that provides standard
206
209
web API functionality such as proper HTTP responses, authentication
0 commit comments