Skip to content

Commit d4b21f0

Browse files
committed
new api creation resource
1 parent ecfd6df commit d4b21f0

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4360,6 +4360,10 @@ <h2>Python-specific API creation resources</h2>
43604360
check out this
43614361
<a href="http://codingpole.com/using-django-rest-framework-for-csv-export/">blog post on exporting data as CSV format with Django REST framework</a>.</p>
43624362
</li>
4363+
<li>
4364+
<p><a href="https://engineering.gosquared.com/building-better-api-docs">Building better API docs</a>
4365+
shows how Square used Swagger with React to create more helpful docs.</p>
4366+
</li>
43634367
</ul>
43644368
<h2>API creation learning checklist</h2>
43654369
<ol>

api-creation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ <h2>Python-specific API creation resources</h2>
232232
check out this
233233
<a href="http://codingpole.com/using-django-rest-framework-for-csv-export/">blog post on exporting data as CSV format with Django REST framework</a>.</p>
234234
</li>
235+
<li>
236+
<p><a href="https://engineering.gosquared.com/building-better-api-docs">Building better API docs</a>
237+
shows how Square used Swagger with React to create more helpful docs.</p>
238+
</li>
235239
</ul>
236240
<h2>API creation learning checklist</h2>
237241
<ol>

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-10-30T14:56:11Z</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-10-31T12:44:33Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ equivalent of browser testing in the web application world.
174174
check out this
175175
[blog post on exporting data as CSV format with Django REST framework](http://codingpole.com/using-django-rest-framework-for-csv-export/).
176176

177+
* [Building better API docs](https://engineering.gosquared.com/building-better-api-docs)
178+
shows how Square used Swagger with React to create more helpful docs.
179+
177180

178181
## API creation learning checklist
179182
1. Pick an API framework appropriate for your web framework. For Django I

0 commit comments

Comments
 (0)