flexmeasures.ui.views.assets.views
Classes
- class flexmeasures.ui.views.assets.views.AssetCrudUI
These views help us offer a Jinja2-based UI. If endpoints create/change data, we aim to use the logic and authorization in the actual API, so these views simply call the API functions,and deal with the response.
- index(msg='', **kwargs)
GET from /assets
List the user’s assets. For admins, list across all accounts.