mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-29 12:02:39 +02:00
adds a first draft for cornice
This commit is contained in:
parent
ad5270fe1a
commit
0b8a88095b
1 changed files with 16 additions and 0 deletions
16
content/mozilla/introducing-cornice.rst
Normal file
16
content/mozilla/introducing-cornice.rst
Normal 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue