closeio / flask-mongorest

Restful API framework wrapped around MongoEngine
Other
523 stars 88 forks source link

separate register_class #124

Closed tschaume closed 3 years ago

tschaume commented 4 years ago

This PR separates the core functionality of the register decorator into a register_class function for more flexible use (see e.g. here)

EDIT 01/04/2020: @tsx this has become a pretty large PR with all changes I implemented to make flask-mongorest work for me. Let me know which (if any) parts you'd like to merge and I can send separate PRs.

tschaume commented 3 years ago

Superseded by #132 and subsequent PRs.