Skip to content

Commit 5d572d6

Browse files
committed
Merge pull request mattmakai#29 from jeffknupp/gh-pages
Add reference to Sandman library for creating REST APIs
2 parents b5dbe74 + 4fbabaf commit 5d572d6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

api-creation.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ <h1>API Creation</h1>
4444
<h2>API creation frameworks</h2>
4545
<ul>
4646
<li>
47+
<p><a href="http://www.github.com/jeffknupp/sandman">Sandman</a> is a widely used tool to
48+
automatically generate a RESTful API service from a legacy database without
49+
writing a line of code (though it's easily extensible through code).</p>
50+
</li>
51+
<li>
4752
<p><a href="http://www.django-rest-framework.org/">Django REST framework</a> and
4853
<a href="https://django-tastypie.readthedocs.org/en/latest/">Tastypie</a> are
4954
the two most widely used API frameworks to use with Django. The edge

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>2014-07-12T07:57:39Z</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-07-13T09:52:42Z</updated></feed>

source/content/pages/06-apis/0605-api-creation.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ applications through machine-to-machine communication.
2222

2323

2424
## API creation frameworks
25+
* [Sandman](http://www.github.com/jeffknupp/sandman) is a widely used tool to
26+
automatically generate a RESTful API service from a legacy database without
27+
writing a line of code (though it's easily extensible through code).
28+
2529
* [Django REST framework](http://www.django-rest-framework.org/) and
2630
[Tastypie](https://django-tastypie.readthedocs.org/en/latest/) are
2731
the two most widely used API frameworks to use with Django. The edge

0 commit comments

Comments
 (0)