pyeve / eve-sqlalchemy

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

simple example as tutorial #6

Closed sdementen closed 9 years ago

sdementen commented 9 years ago

I have tried to use sqlalchemy-eve to build some REST service around https://github.com/sdementen/piecash SA models.

I could setup the app correctly and got some results using simple GET on the collections. I noticed however some quirks:

Would it be possible to build as a tutorial/doc a simple example with the classical Items / Orders SA model example to see how a minimal example can work ?

sdementen commented 9 years ago

Sorry, haven't seen the example folder ..