Skip to content

Commit 253d0c8

Browse files
committed
adding new api creation resource
1 parent 99376a6 commit 253d0c8

4 files changed

Lines changed: 21 additions & 1 deletion

File tree

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3901,6 +3901,13 @@ <h2>API creation resources</h2>
39013901
choose for Django.</p>
39023902
</li>
39033903
<li>
3904+
<p><a href="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>
3905+
is a thorough tutorial from start to finish that uses the
3906+
<a href="/pyramid.html">Pyramid</a> web framework along with
3907+
<a href="https://pypi.python.org/pypi/ramses/">Ramses</a>, a library that uses
3908+
YAML files to generate a RESTful API.</p>
3909+
</li>
3910+
<li>
39043911
<p><a href="http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions">RESTful web services with Python</a>
39053912
is an interesting overview of the Python API frameworks space.</p>
39063913
</li>

api-creation.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ <h2>API creation resources</h2>
110110
choose for Django.</p>
111111
</li>
112112
<li>
113+
<p><a href="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+
<a href="/pyramid.html">Pyramid</a> web framework along with
116+
<a href="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>
113120
<p><a href="http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions">RESTful web services with Python</a>
114121
is an interesting overview of the Python API frameworks space.</p>
115122
</li>

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-06-23T08:10:03Z</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-06-23T08:25:03Z</updated></feed>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ equivalent of browser testing in the web application world.
7171
into what makes a good API framework and which one you should currently
7272
choose for Django.
7373

74+
* [Create a REST API in Minutes with Pyramid and Ramses](https://realpython.com/blog/python/create-a-rest-api-in-minutes-with-pyramid-and-ramses/)
75+
is a thorough tutorial from start to finish that uses the
76+
[Pyramid](/pyramid.html) web framework along with
77+
[Ramses](https://pypi.python.org/pypi/ramses/), a library that uses
78+
YAML files to generate a RESTful API.
79+
7480
* [RESTful web services with Python](http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions)
7581
is an interesting overview of the Python API frameworks space.
7682

0 commit comments

Comments
 (0)