diff --git a/content/mozilla/introducing-cornice.rst b/content/mozilla/introducing-cornice.rst new file mode 100644 index 0000000..f46dc51 --- /dev/null +++ b/content/mozilla/introducing-cornice.rst @@ -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 `_. + +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 + +