pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
232 stars 70 forks source link

Documentation needs trivial example #17

Closed edthedev closed 9 years ago

edthedev commented 9 years ago

An additional example is needed in the documentation of the simplest possible API:

This example should include:

edthedev commented 9 years ago

Here's something.

https://github.com/edthedev/eve-sqlalchemy/blob/master/examples/trivial.py

amleczko commented 9 years ago

Fixed in #19