flexmeasures.api.v3_0

Modules

flexmeasures.api.v3_0.accounts

flexmeasures.api.v3_0.assets

flexmeasures.api.v3_0.deprecated

flexmeasures.api.v3_0.health

flexmeasures.api.v3_0.public

flexmeasures.api.v3_0.sensors

flexmeasures.api.v3_0.users

FlexMeasures API v3

Functions

flexmeasures.api.v3_0.create_openapi_specs(app: Flask)

Create OpenAPI specs for the API and save them to a JSON file in the static folder. This function should be called when generating docs (and needs extra dependencies).

flexmeasures.api.v3_0.register_at(app: Flask)

This can be used to register this blueprint together with other api-related things

flexmeasures.api.v3_0.register_swagger_ui(app: Flask)

Register the Swagger UI blueprint to view the OpenAPI specs.