potion icon indicating copy to clipboard operation
potion copied to clipboard

Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine

Results 51 potion issues
Sort by recently updated
recently updated
newest added

Add format option that is either `object` or `string`. Also add a `default_date_format` configuration option to `Api`

Flask development has stalled since 2013 and it is not suitable for realtime applications. [aiohttp](http://aiohttp.readthedocs.org/en/stable/index.html) is one of the more promising alternatives right now.

Emit a last_modified header linked to a property on the resource (and hence to a db column in the back-end). Then there's no need to manage a cache in your...

A route set: ``` GET/POST /resource/{id}/attribute POST /resource/{id}/attribute/ {value} DELETE /resource/{id}/attribute/{valueKeyAttribute} ```