Expose Qgis Api
Qgis server enable defining custom api.
Py-qgis-server allow you to control public access to the qgis services apis while still allowing access through the management api.
This may be useful if you plan to have some api doing some backoffice management and do not want these api being accessed publicly.
Api endpoint
Apis may be accessed by the management api by configuring the api endpoint:
[api.endpoints]
<api_name>=/endpoint
The endpoint should match the root path of the api as defined in the qgis server api entrypoint
Enabling api public access
Apis are publicly enabled with the following configuration:
[api.enabled]
<api_name>=yes