Rest API subscription and Subscriber issue
I think there is a bug in the REST API in that the below code from the start up does not take into consideration if the subscriber is enabled or not?
- Code: Select all
_webhookSubscribers = AppHost.GetDbConnection().Select<SY_WebhookSubscriber>();
// Read all the web hook subscriptions
_webhookSubscriptions = AppHost.GetDbConnection().Select<SY_WebhookSubscription>();