Implementing WebHooks with ServiceStack
问题 I'm currently working on a REST service allowing to control and monitor some physical devices. The corresponding REST API is largely based on principles and ideas you can find in the following article: "Controlling and Monitoring Devices with REST". The monitored and controlled devices can generate some events to which clients must be able to subscribe. My idea was to implement that part using RESTful WebHooks. So whenever an event arises, my service makes a REST API callback to each