Wisdom, diplomacy, or serendipity?
allconsuming.net has a SOAP interface. Nice and easy to call and use.
But for those (including me) who (also) have a REST bent, there is also a tip-o’-the-hat style flavour that has interesting possibilities. The (readonly) methods are also available as URLs like this:
http://allconsuming.net/soap-client.cgi?hourly=1
or
http://allconsuming.net/soap-client.cgi?friends=1&url=http://www.pipetree.com/qmacro
where the methods are “GetHourlyList()” (hourly=1) and “GetFriends()” (friends=1) respectively.
While the actual [...]