The services' behavior should be configurable, such as the maximum size of a returned polls chunk, or whether to enable webhooks, or SignalR, etc.
The configuration should probably be stored in a single POCO, and fetched/updated at the endpoint /api/configuration. This endpoint will be accessible only if the user is authorized (has administrator role).
The services' behavior should be configurable, such as the maximum size of a returned polls chunk, or whether to enable webhooks, or SignalR, etc.
The configuration should probably be stored in a single POCO, and fetched/updated at the endpoint
/api/configuration. This endpoint will be accessible only if the user is authorized (has administrator role).