Base handler¶
- class luna_image_store.app.handlers.base_handler.BaseRequestHandler(request)[source]¶
 Base handler for other handlers.
- apiVersion¶
 API version
- Type
 int
- property app: app.app.ImageStoreApp¶
 Get running app :rtype:
ImageStoreApp:returns: app
- property config: configs.configs.configs.services.image_store.SettingsImageStore¶
 Get app config :rtype:
SettingsImageStore:returns: app config
