Class: QgsServiceModule

Class defining the service module interface for QGIS server services

This class acts as a service registrar for services.

For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point.

Methods

registerSelf

Asks the module to register all provided services.

class qgis.server.QgsServiceModule[source]

Bases: object

registerSelf(self, registry: QgsServiceRegistry, serverIface: QgsServerInterface | None = None)[source]

Asks the module to register all provided services.

Parameters: