assembl.views.api package

Module contents

The classical API for IdeaLoom.

This is a RESTful API based on cornice <https://cornice.readthedocs.io/en/latest/>. It should remain somewhat stable, and allows optimization of complex queries.

class assembl.views.api.SimpleJSONRenderer(**kwargs)[source]

Bases: cornice.renderer.CorniceRenderer

assembl.views.api.includeme(config)[source]

Initialize views and renderers at app start-up time.