blog.notmyidea.org/content/mozilla/introducing-cornice.rst

16 lines
503 B
ReStructuredText

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