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
is a great overview of both JavaScript and CSS as well as how pages are
2496
2501
rendered in a browser.</p>
@@ -4254,6 +4259,11 @@ <h2>Python-specific API creation resources</h2>
4254
4259
<ahref="https://github.com/clarkduvall/serpy">Serpy</a> and
4255
4260
<ahref="https://engineering.betterworks.com/2015/09/04/ditching-django-rest-framework-serializers-for-serpy/">wrote a blog post with the results of its performance</a>.</p>
4256
4261
</li>
4262
+
<li>
4263
+
<p>To create an API to export your data in comma-separated values,
4264
+
check out this
4265
+
<ahref="http://codingpole.com/using-django-rest-framework-for-csv-export/">blog post on exporting data as CSV format with Django REST framework</a>.</p>
Copy file name to clipboardExpand all lines: api-creation.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,11 @@ <h2>Python-specific API creation resources</h2>
220
220
<ahref="https://github.com/clarkduvall/serpy">Serpy</a> and
221
221
<ahref="https://engineering.betterworks.com/2015/09/04/ditching-django-rest-framework-serializers-for-serpy/">wrote a blog post with the results of its performance</a>.</p>
222
222
</li>
223
+
<li>
224
+
<p>To create an API to export your data in comma-separated values,
225
+
check out this
226
+
<ahref="http://codingpole.com/using-django-rest-framework-for-csv-export/">blog post on exporting data as CSV format with Django REST framework</a>.</p>
Copy file name to clipboardExpand all lines: source/content/pages/06-web-apis/03-api-creation.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,10 @@ equivalent of browser testing in the web application world.
164
164
[Serpy](https://github.com/clarkduvall/serpy) and
165
165
[wrote a blog post with the results of its performance](https://engineering.betterworks.com/2015/09/04/ditching-django-rest-framework-serializers-for-serpy/).
166
166
167
+
* To create an API to export your data in comma-separated values,
168
+
check out this
169
+
[blog post on exporting data as CSV format with Django REST framework](http://codingpole.com/using-django-rest-framework-for-csv-export/).
170
+
167
171
168
172
## API creation learning checklist
169
173
1. Pick an API framework appropriate for your web framework. For Django I
0 commit comments