adds a first draft for cornice

This commit is contained in:
Alexis Metaireau 2011-12-06 20:34:47 +01:00
parent ad5270fe1a
commit 0b8a88095b

View file

@ -0,0 +1,16 @@
Introducing cornice
###################
:date: 06/12/2011
Wow, this is my second working day at mozilla. I've been working, yesterday and
today, on a pyramid REST-ish toolkit, `cornice <https://github.com/mozilla-services/cornice>`_.
Cornice allows you to take out from you all the repetitive stuff you do when
writing a web service. I'm mainly thinking about different kinds of validation.
To describe a web service in *cornice*, you have to write something like this
.. code-block:: python