Hi,
I've recently started using the python api to retrieve new Versions as they are created (or as close to as I can). Presently I'm periodically polling the server to ask for new events which have occurred since the last time I checked, as described in the example documentation.
I'm wondering however if there might be any potential for implementing a webhook mechanism allowing the process on my end to subscribe itself to the events as they are generated.
http://wiki.webhooks.org/w/page/13385128/RESTful-WebHooks
What are your thoughts? Is this something that could fit with the shotgun architecture? Is it something that anyone else out there would be interested in?
Cheers,
Andy