How To
Summary
QRadar apps run by default with Flask, allowing apps to use the concept of blueprints.
From the Flask blueprints documentation.
Flask uses a concept of blueprints for making application components and supporting common patterns within an application or across applications. Blueprints can greatly simplify how large applications work and provide a central means for Flask extensions to register operations on applications. A Blueprint object works similarly to a Flask application object, but it is not actually an application. Rather it is a blueprint of how to construct or extend an application.
Blueprints allow modularization and reusability across the app Flask endpoints. Blueprints allow endpoint functionality to be grouped, reused, and collectively configured.
Blueprints are not mandatory and app developers can choose not to use them, however it is recommended that apps that are not extremely simple make use of blueprints.
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
30 March 2021
UID
ibm16437501